t5404: do not assume the "matching" push is the default

Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Junio C Hamano 2013-01-04 16:04:22 -08:00
parent 3e293fba62
commit 2f9ae5fc44

View file

@ -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' '