diff options
author | Junio C Hamano <gitster@pobox.com> | 2013-01-04 16:04:22 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-01-04 22:28:41 -0800 |
commit | 2f9ae5fc4443afc6fbdeafcc20e1e3e27bbd7a19 (patch) | |
tree | 04c0f6762937dd6bb79fcab949013ed08225510b /t/t5404-tracking-branches.sh | |
parent | 3e293fba627e254b2c7d196bb7563c6c9d2e6f8a (diff) | |
download | git-2f9ae5fc4443afc6fbdeafcc20e1e3e27bbd7a19.tar.gz |
t5404: do not assume the "matching" push is the default
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t5404-tracking-branches.sh')
-rwxr-xr-x | t/t5404-tracking-branches.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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' ' |