From: Mark Wooding Date: Thu, 6 Dec 2012 03:40:05 +0000 (+0000) Subject: test/update: Run `bin/update' before adding requests. X-Git-Url: https://git.distorted.org.uk/~mdw/ca/commitdiff_plain/ba5955a0c5b60e74f514ff14d7c093afdfdb46b6 test/update: Run `bin/update' before adding requests. Adding a request exercises the update hook, which expects the CRL to exist. This makes sure it actually does. --- diff --git a/test/update b/test/update index c19e2fd..23d6f57 100755 --- a/test/update +++ b/test/update @@ -19,6 +19,7 @@ while :; do 1) CA_FAKE_TIME="2011-08-23 18:32:45" bin/setup + bin/update for i in $(seq 1 50); do bin/add tls-client fake#$i test/fake-reqs/$i.req done