aboutsummaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-01-04 16:06:09 -0800
committerJunio C Hamano <gitster@pobox.com>2013-01-04 22:28:41 -0800
commitf10b7fcca6f7ae63b8c1b65ea520f226869836e7 (patch)
tree3250d111ad54c13c1ed8bd56fdddcdb05dcb8087 /t
parent2f9ae5fc4443afc6fbdeafcc20e1e3e27bbd7a19 (diff)
downloadgit-f10b7fcca6f7ae63b8c1b65ea520f226869836e7.tar.gz
git-f10b7fcca6f7ae63b8c1b65ea520f226869836e7.tar.xz
t5505: do not assume the "matching" push is the default
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't')
-rwxr-xr-xt/t5505-remote.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t5505-remote.sh b/t/t5505-remote.sh
index ccc55ebf4..6579a8672 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 &&