X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft5523-push-upstream.sh;h=9ee52cfc458b2914ee82da6ac1117a2b1ae45a64;hb=f2120eb4db3e3e3f9a336eb04fdc2319d7421536;hp=c229fe68f11007fbb96d7b3837c18fd2f306a0bf;hpb=f1f509cc4504ebe9e2922c7bc61794183e3d441a;p=git.git diff --git a/t/t5523-push-upstream.sh b/t/t5523-push-upstream.sh index c229fe68f..9ee52cfc4 100755 --- 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