From: Joel Rosdahl Date: Sun, 30 May 2010 11:19:42 +0000 (+0200) Subject: Portability: Use newer timestamp for backdate to avoid strange overflow X-Git-Tag: v3.0~86 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=69ad706a32a05ede47ec7e6e0a84206694bf5c13;p=thirdparty%2Fccache.git Portability: Use newer timestamp for backdate to avoid strange overflow --- diff --git a/test.sh b/test.sh index 9d0ab7b40..41afe6b12 100755 --- a/test.sh +++ b/test.sh @@ -98,7 +98,7 @@ sed_in_place() { } backdate() { - touch -t 197001010000 "$@" + touch -t 199901010000 "$@" } run_suite() {