t5517: do not assume the "matching" push is the default
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
0a42ac0331
commit
93912fdd5e
@ -256,7 +256,7 @@ test_expect_success 'remote.foo.mirror=no has no effect' '
|
|||||||
git branch keep master &&
|
git branch keep master &&
|
||||||
git push --mirror up &&
|
git push --mirror up &&
|
||||||
git branch -D keep &&
|
git branch -D keep &&
|
||||||
git push up
|
git push up :
|
||||||
) &&
|
) &&
|
||||||
(
|
(
|
||||||
cd mirror &&
|
cd mirror &&
|
||||||
|
Loading…
Reference in New Issue
Block a user