Skip to content

Commit

Permalink
t0101: use absolute date
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jeff King authored and Junio C Hamano committed Jan 28, 2010
1 parent b62cb17 commit 8e52dc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/t0101-at-syntax.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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' '
Expand Down

0 comments on commit 8e52dc3

Please sign in to comment.