t5505: do not assume the "matching" push is the default

Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Junio C Hamano 2013-01-04 16:06:09 -08:00
parent 2f9ae5fc44
commit f10b7fcca6

View File

@ -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 &&