Skip to content

Commit

Permalink
t5517: 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 0a42ac0 commit 93912fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/t5517-push-mirror.sh
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ test_expect_success 'remote.foo.mirror=no has no effect' '
git branch keep master &&
git push --mirror up &&
git branch -D keep &&
git push up
git push up :
) &&
(
cd mirror &&
Expand Down

0 comments on commit 93912fd

Please sign in to comment.