summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-01-05 01:09:15 +0100
committerJunio C Hamano <gitster@pobox.com>2013-01-05 07:28:41 +0100
commit93912fdd5e253166287e1ef7ed4b26ea6f8e906d (patch)
tree78174e1432c353d352b0e75c842d97e370e95f68
parentt5516: do not assume the "matching" push is the default (diff)
downloadgit-93912fdd5e253166287e1ef7ed4b26ea6f8e906d.tar.xz
git-93912fdd5e253166287e1ef7ed4b26ea6f8e906d.zip
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 &&