t4200: skip gc-rerere test on systems with non GNU date.
commitfa1b4d2ace9bbd7edbcbf9bd41f2cc4f7f6b616e
authorJunio C Hamano <junkio@cox.net>
Wed, 7 Feb 2007 18:42:08 +0000 (7 10:42 -0800)
committerJunio C Hamano <junkio@cox.net>
Wed, 7 Feb 2007 18:43:56 +0000 (7 10:43 -0800)
tree26499557434dc68897e79cd762d3d90402c2635a
parentecea1ed5fe18a00bfca546d20de8ed8759c35ff6
t4200: skip gc-rerere test on systems with non GNU date.

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>
t/t4200-rerere.sh