Skip to content

Commit

Permalink
t5505: 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 2f9ae5f commit f10b7fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/t5505-remote.sh
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ test_expect_success 'fetch mirrors do not act as mirrors during push' '
) &&
(cd mirror-fetch/child &&
git branch -m renamed renamed2 &&
git push parent
git push parent :
) &&
(cd mirror-fetch/parent &&
git rev-parse --verify renamed &&
Expand Down

0 comments on commit f10b7fc

Please sign in to comment.