Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'dp/i18n-libcharset'
[gitweb.git]
/
t
/
t5523-push-upstream.sh
diff --git
a/t/t5523-push-upstream.sh
b/t/t5523-push-upstream.sh
index c229fe68f11007fbb96d7b3837c18fd2f306a0bf..9ee52cfc458b2914ee82da6ac1117a2b1ae45a64 100755
(executable)
--- a/
t/t5523-push-upstream.sh
+++ b/
t/t5523-push-upstream.sh
@@
-108,4
+108,11
@@
test_expect_failure TTY 'push --no-progress suppresses progress' '
! grep "Writing objects" err
'
+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_done