From: Junio C Hamano Date: Sat, 5 Jan 2013 00:09:15 +0000 (-0800) Subject: t5517: do not assume the "matching" push is the default X-Git-Tag: v1.8.3-rc0~57^2~8 X-Git-Url: http://git.bitbasher.net/?a=commitdiff_plain;h=93912fdd5e253166287e1ef7ed4b26ea6f8e906d;p=git.git t5517: do not assume the "matching" push is the default Signed-off-by: Junio C Hamano --- diff --git a/t/t5517-push-mirror.sh b/t/t5517-push-mirror.sh index e2ad260508..12a5dfb17e 100755 --- a/t/t5517-push-mirror.sh +++ b/t/t5517-push-mirror.sh @@ -256,7 +256,7 @@ test_expect_success 'remote.foo.mirror=no has no effect' ' git branch keep master && git push --mirror up && git branch -D keep && - git push up + git push up : ) && ( cd mirror &&