From 8e52dc30fc357755985306f2faae4fcfd038e0f3 Mon Sep 17 00:00:00 2001 From: Jeff King Date: Thu, 28 Jan 2010 03:52:18 -0500 Subject: [PATCH] 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 Signed-off-by: Junio C Hamano --- t/t0101-at-syntax.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' ' -- GitLab