Skip to content

Commit

Permalink
t5404: do not assume the "matching" push is the default
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Junio C Hamano committed Jan 5, 2013
1 parent 3e293fb commit 2f9ae5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/t5404-tracking-branches.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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' '
Expand Down

0 comments on commit 2f9ae5f

Please sign in to comment.