From: Junio C Hamano Date: Sat, 5 Jan 2013 00:06:09 +0000 (-0800) Subject: t5505: do not assume the "matching" push is the default X-Git-Tag: v1.8.3-rc0~57^2~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f10b7fcca6f7ae63b8c1b65ea520f226869836e7;p=thirdparty%2Fgit.git t5505: do not assume the "matching" push is the default Signed-off-by: Junio C Hamano --- diff --git a/t/t5505-remote.sh b/t/t5505-remote.sh index ccc55ebf4b..6579a86724 100755 --- a/t/t5505-remote.sh +++ b/t/t5505-remote.sh @@ -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 &&