diff options
author | Jeff King <peff@peff.net> | 2010-01-28 03:52:18 -0500 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-01-28 00:58:17 -0800 |
commit | 8e52dc30fc357755985306f2faae4fcfd038e0f3 (patch) | |
tree | a2b3752f865a75845348922c4e9cd84665b71cfc | |
parent | Merge branch 'fk/threaded-grep' (diff) | |
download | tgif-8e52dc30fc357755985306f2faae4fcfd038e0f3.tar.xz |
t0101: use absolute date
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>
-rwxr-xr-x | t/t0101-at-syntax.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t0101-at-syntax.sh b/t/t0101-at-syntax.sh index 5e298c5102..a1998b558f 100755 --- a/t/t0101-at-syntax.sh +++ b/t/t0101-at-syntax.sh @@ -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' ' |