From: Junio C Hamano Date: Wed, 27 Jan 2010 18:54:22 +0000 (-0800) Subject: t0101: use a fixed timestamp when searching in the reflog X-Git-Tag: v1.7.0-rc1~23^2 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=6c647af3060b8dd20da0e0b21dcd0eb95ec70841;p=git.git t0101: use a fixed timestamp when searching in the reflog That will give us a better reproducibility during tests. Signed-off-by: Junio C Hamano --- diff --git a/t/t0101-at-syntax.sh b/t/t0101-at-syntax.sh index ccabc37a1..5e298c510 100755 --- a/t/t0101-at-syntax.sh +++ b/t/t0101-at-syntax.sh @@ -26,8 +26,8 @@ test_expect_success '@{now} shows current' ' check_at @{now} two ' -test_expect_success '@{30.years.ago} shows old' ' - check_at @{30.years.ago} one +test_expect_success '@{2001-09-17} (before the first commit) shows old' ' + check_at @{2001-09-17} one ' test_expect_success 'silly approxidates work' '