test/init: Some more updates to check expiry and archiving.
[ca] / test / init
index 8d89942..c19e2fd 100755 (executable)
--- 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
       ;;