Code

t0101: use absolute date
authorJeff King <peff@peff.net>
Thu, 28 Jan 2010 08:52:18 +0000 (03:52 -0500)
committerJunio C Hamano <gitster@pobox.com>
Thu, 28 Jan 2010 08:58:17 +0000 (00:58 -0800)
The original version used relative approxidates, which don't
reproduce as reliably as absolute ones. Commit 6c647a fixed
this for one case, but missed the "silly" case.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t0101-at-syntax.sh

index 5e298c510259c54650cb0d0f3f3155ac48094ccb..a1998b558f96bb956b4ddce500d9447ded49a54d 100755 (executable)
@@ -31,7 +31,7 @@ test_expect_success '@{2001-09-17} (before the first commit) shows old' '
 '
 
 test_expect_success 'silly approxidates work' '
-       check_at @{3.hot.dogs.and.30.years.ago} one
+       check_at @{3.hot.dogs.on.2001-09-17} one
 '
 
 test_expect_success 'notice misspelled upstream' '