t5505: do not assume the "matching" push is the default
authorJunio C Hamano <gitster@pobox.com>
Sat, 5 Jan 2013 00:06:09 +0000 (16:06 -0800)
committerJunio C Hamano <gitster@pobox.com>
Sat, 5 Jan 2013 06:28:41 +0000 (22:28 -0800)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t5505-remote.sh
index ccc55ebf4bf10d4782bf2ff32910ed6eeec040f6..6579a86724cec01b8c731ead2d4083dfe44293dd 100755 (executable)
@@ -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 &&