commit | fa1b4d2ace9bbd7edbcbf9bd41f2cc4f7f6b616e | [log] [tgz] |
---|---|---|
author | Junio C Hamano <junkio@cox.net> | Wed Feb 07 10:42:08 2007 -0800 |
committer | Junio C Hamano <junkio@cox.net> | Wed Feb 07 10:43:56 2007 -0800 |
tree | 26499557434dc68897e79cd762d3d90402c2635a | |
parent | ecea1ed5fe18a00bfca546d20de8ed8759c35ff6 [diff] |
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>