Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'ma/t1400-undebug-test'
author
Junio C Hamano
<gitster@pobox.com>
Tue, 16 Oct 2018 07:16:06 +0000
(16:16 +0900)
committer
Junio C Hamano
<gitster@pobox.com>
Tue, 16 Oct 2018 07:16:06 +0000
(16:16 +0900)
Test fix.
* ma/t1400-undebug-test:
t1400: drop debug `echo` to actually execute `test`
t/t1400-update-ref.sh
patch
|
blob
|
history
raw
(from parent 1:
9a40ffd
)
diff --git
a/t/t1400-update-ref.sh
b/t/t1400-update-ref.sh
index 663f17c5fe4757a9eea8c749cf1a158a05f4a8df..1fbd94040818ce818c4c7119ee3419620f9c16ff 100755
(executable)
--- 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" &&