We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 35e54ea + fc0503b commit 6f1c815Copy full SHA for 6f1c815
t/t1400-update-ref.sh
@@ -366,7 +366,7 @@ test_expect_success 'Query master@{2005-05-25} (before history)' '
366
test_when_finished "rm -f o e" &&
367
git rev-parse --verify master@{2005-05-25} >o 2>e &&
368
test $C = $(cat o) &&
369
- echo test "warning: Log for '\''master'\'' only goes back to $ed." = "$(cat e)"
+ test "warning: Log for '\''master'\'' only goes back to $ed." = "$(cat e)"
370
'
371
test_expect_success 'Query "master@{May 26 2005 23:31:59}" (1 second before history)' '
372
0 commit comments