From 473a0d6209aff2dc3108919963ddd778614f706d Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Tue, 1 Nov 2005 23:42:57 +0000 Subject: Add y2000 test. --- tests/touch/obsolescent | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests/touch/obsolescent') diff --git a/tests/touch/obsolescent b/tests/touch/obsolescent index d6689b34f..98dfdd742 100755 --- a/tests/touch/obsolescent +++ b/tests/touch/obsolescent @@ -36,4 +36,8 @@ for ones in 11111111 1111111111; do done done +y2000=0101000000 +rm -f $y2000 file || fail=1 +touch $y2000 file && test -f $y2000 && test -f file || fail=1 + (exit $fail); exit $fail -- cgit v1.2.3-54-g00ecf