Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2018-11-21 16:58:01 +0300
committerJunio C Hamano <gitster@pobox.com>2018-11-21 16:58:01 +0300
commit6f1c8154aa359884aea6d1eb22c61ea323ebb96f (patch)
tree2cc17ba4ea421beb2caac310cd8ad1b0182ca2e4 /t
parent35e54ea2e0e6fd742a0de6a9b66e5f53eebb3f3d (diff)
parentfc0503b04e4c5f69ab74d7d0fb889c1b7c78aced (diff)
Merge branch 'ma/t1400-undebug-test' into maint
Test fix. * ma/t1400-undebug-test: t1400: drop debug `echo` to actually execute `test`
Diffstat (limited to 't')
-rwxr-xr-xt/t1400-update-ref.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t1400-update-ref.sh b/t/t1400-update-ref.sh
index 02493f14ba..b72beebe42 100755
--- a/t/t1400-update-ref.sh
+++ b/t/t1400-update-ref.sh
@@ -366,7 +366,7 @@ test_expect_success 'Query master@{2005-05-25} (before history)' '
test_when_finished "rm -f o e" &&
git rev-parse --verify master@{2005-05-25} >o 2>e &&
test $C = $(cat o) &&
- 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)"
'
test_expect_success 'Query "master@{May 26 2005 23:31:59}" (1 second before history)' '
test_when_finished "rm -f o e" &&