diff options
Diffstat (limited to 't')
-rwxr-xr-x | t/t0101-at-syntax.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/t/t0101-at-syntax.sh b/t/t0101-at-syntax.sh index ccabc37a12..5e298c5102 100755 --- a/t/t0101-at-syntax.sh +++ b/t/t0101-at-syntax.sh @@ -26,8 +26,8 @@ test_expect_success '@{now} shows current' ' check_at @{now} two ' -test_expect_success '@{30.years.ago} shows old' ' - check_at @{30.years.ago} one +test_expect_success '@{2001-09-17} (before the first commit) shows old' ' + check_at @{2001-09-17} one ' test_expect_success 'silly approxidates work' ' |