Skip to content

Commit 6f1c815

Browse files
committed
Merge branch 'ma/t1400-undebug-test' into maint
Test fix. * ma/t1400-undebug-test: t1400: drop debug `echo` to actually execute `test`
2 parents 35e54ea + fc0503b commit 6f1c815

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t1400-update-ref.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ test_expect_success 'Query master@{2005-05-25} (before history)' '
366366
test_when_finished "rm -f o e" &&
367367
git rev-parse --verify master@{2005-05-25} >o 2>e &&
368368
test $C = $(cat o) &&
369-
echo test "warning: Log for '\''master'\'' only goes back to $ed." = "$(cat e)"
369+
test "warning: Log for '\''master'\'' only goes back to $ed." = "$(cat e)"
370370
'
371371
test_expect_success 'Query "master@{May 26 2005 23:31:59}" (1 second before history)' '
372372
test_when_finished "rm -f o e" &&

0 commit comments

Comments
 (0)