chiark
/
gitweb
/
~mdw
/
ca
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
69ab55f
)
test/init: Some more updates to check expiry and archiving.
author
Mark Wooding
<mdw@distorted.org.uk>
Sat, 1 Dec 2012 13:39:53 +0000
(13:39 +0000)
committer
Mark Wooding
<mdw@distorted.org.uk>
Sat, 1 Dec 2012 13:39:53 +0000
(13:39 +0000)
test/init
patch
|
blob
|
blame
|
history
diff --git
a/test/init
b/test/init
index 8d89942a8e97b5995a270414e446e482b2e73e94..c19e2fdb5e258ba65d0d39ccfd73fb4b3093dc59 100755
(executable)
--- a/
test/init
+++ b/
test/init
@@
-45,6
+45,16
@@
while :; do
bin/update
bin/check
;;
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
;;
*)
break
;;