Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
upload-pack: support hidden refs with protocol v2
[gitweb.git]
/
t
/
t5523-push-upstream.sh
diff --git
a/t/t5523-push-upstream.sh
b/t/t5523-push-upstream.sh
index d6981ba304b0b1f2da22d8ec14d4b472b54f3415..c0df81a014c360c277f38831a37cb6f9c4e9bad7 100755
(executable)
--- a/
t/t5523-push-upstream.sh
+++ b/
t/t5523-push-upstream.sh
@@
-113,7
+113,7
@@
test_expect_success TTY 'quiet push' '
ensure_fresh_upstream &&
test_terminal git push --quiet --no-progress upstream master 2>&1 | tee output &&
- test_
cmp /dev/null
output
+ test_
must_be_empty
output
'
test_done