t4200: skip gc-rerere test on systems with non GNU date.
authorJunio C Hamano <junkio@cox.net>
Wed, 7 Feb 2007 18:42:08 +0000 (10:42 -0800)
committerJunio C Hamano <junkio@cox.net>
Wed, 7 Feb 2007 18:43:56 +0000 (10:43 -0800)
Quite nonstandard "date -d @11111111 +%s" does not even fail on
OpenBSD but gives the current date in "seconds since epoch"
format, which is useless for the purpose of this test. We want
to make sure that this returns exactly the same input before
proceeding.

Signed-off-by: Junio C Hamano <junkio@cox.net>
No differences found