From: Junio C Hamano Date: Sat, 5 Jan 2013 00:04:22 +0000 (-0800) Subject: t5404: do not assume the "matching" push is the default X-Git-Tag: v1.8.3-rc0~57^2~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2f9ae5fc4443afc6fbdeafcc20e1e3e27bbd7a19;p=thirdparty%2Fgit.git t5404: do not assume the "matching" push is the default Signed-off-by: Junio C Hamano --- diff --git a/t/t5404-tracking-branches.sh b/t/t5404-tracking-branches.sh index c24003565d..2b8c0bac7d 100755 --- a/t/t5404-tracking-branches.sh +++ b/t/t5404-tracking-branches.sh @@ -36,7 +36,7 @@ test_expect_success 'prepare pushable branches' ' ' test_expect_success 'mixed-success push returns error' ' - test_must_fail git push + test_must_fail git push origin : ' test_expect_success 'check tracking branches updated correctly after push' '