]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Portability: Use newer timestamp for backdate to avoid strange overflow
authorJoel Rosdahl <joel@rosdahl.net>
Sun, 30 May 2010 11:19:42 +0000 (13:19 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Sun, 30 May 2010 11:19:42 +0000 (13:19 +0200)
test.sh

diff --git a/test.sh b/test.sh
index 9d0ab7b40997718a44891faac13f24bddee2ffe8..41afe6b1241582160fba0f0b76bdcd4e13749094 100755 (executable)
--- a/test.sh
+++ b/test.sh
@@ -98,7 +98,7 @@ sed_in_place() {
 }
 
 backdate() {
-    touch -t 197001010000 "$@"
+    touch -t 199901010000 "$@"
 }
 
 run_suite() {