]> asedeno.scripts.mit.edu Git - git.git/blobdiff - t/t0101-at-syntax.sh
Merge branch 'jk/maint-rmdir-fix' into maint-1.6.6
[git.git] / t / t0101-at-syntax.sh
index ccabc37a125f22897b6d3a2bb17908ad5140c111..5e298c510259c54650cb0d0f3f3155ac48094ccb 100755 (executable)
@@ -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' '