t5505: do not assume the "matching" push is the default
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
2f9ae5fc44
commit
f10b7fcca6
@ -345,7 +345,7 @@ test_expect_success 'fetch mirrors do not act as mirrors during push' '
|
|||||||
) &&
|
) &&
|
||||||
(cd mirror-fetch/child &&
|
(cd mirror-fetch/child &&
|
||||||
git branch -m renamed renamed2 &&
|
git branch -m renamed renamed2 &&
|
||||||
git push parent
|
git push parent :
|
||||||
) &&
|
) &&
|
||||||
(cd mirror-fetch/parent &&
|
(cd mirror-fetch/parent &&
|
||||||
git rev-parse --verify renamed &&
|
git rev-parse --verify renamed &&
|
||||||
|
Loading…
Reference in New Issue
Block a user