From ba5955a0c5b60e74f514ff14d7c093afdfdb46b6 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Thu, 6 Dec 2012 03:40:05 +0000 Subject: [PATCH] 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. --- test/update | 1 + 1 file changed, 1 insertion(+) 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 -- 2.11.0