Browse Source

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>
maint
Jeff King 15 years ago committed by Junio C Hamano
parent
commit
8e52dc30fc
  1. 2
      t/t0101-at-syntax.sh

2
t/t0101-at-syntax.sh

@ -31,7 +31,7 @@ test_expect_success '@{2001-09-17} (before the first commit) shows old' ' @@ -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' '

Loading…
Cancel
Save