From: Mark Wooding Date: Sat, 1 Dec 2012 13:39:53 +0000 (+0000) Subject: test/init: Some more updates to check expiry and archiving. X-Git-Url: https://git.distorted.org.uk/~mdw/ca/commitdiff_plain/624478e5d65e04f6108f58b2938af74144e2e4c0?hp=69ab55f79b5b6109be503ff8d61fba82b1468360 test/init: Some more updates to check expiry and archiving. --- diff --git a/test/init b/test/init index 8d89942..c19e2fd 100755 --- a/test/init +++ b/test/init @@ -45,6 +45,16 @@ while :; do bin/update bin/check ;; + 6) + CA_FAKE_TIME="2011-10-05 18:32:45" + bin/update + bin/check + ;; + 7) + CA_FAKE_TIME="2011-12-05 18:32:45" + bin/update + bin/check + ;; *) break ;;