summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-01-04 16:09:15 -0800
committerJunio C Hamano <gitster@pobox.com>2013-01-04 22:28:41 -0800
commit93912fdd5e253166287e1ef7ed4b26ea6f8e906d (patch)
tree78174e1432c353d352b0e75c842d97e370e95f68
parent0a42ac033115c752fd984373e4a70f10aee1a65f (diff)
downloadgit-93912fdd5e253166287e1ef7ed4b26ea6f8e906d.tar.gz
t5517: do not assume the "matching" push is the default
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rwxr-xr-xt/t5517-push-mirror.sh2
1 files changed, 1 insertions, 1 deletions
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 &&