1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-04 15:49:42 +02:00

Add y2000 test.

This commit is contained in:
Paul Eggert
2005-11-01 23:42:57 +00:00
parent a2bacbdc9c
commit 473a0d6209
+4
View File
@@ -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