diff options
author | Junio C Hamano <gitster@pobox.com> | 2013-01-04 16:09:15 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-01-04 22:28:41 -0800 |
commit | 93912fdd5e253166287e1ef7ed4b26ea6f8e906d (patch) | |
tree | 78174e1432c353d352b0e75c842d97e370e95f68 | |
parent | t5516: do not assume the "matching" push is the default (diff) | |
download | tgif-93912fdd5e253166287e1ef7ed4b26ea6f8e906d.tar.xz |
t5517: do not assume the "matching" push is the default
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rwxr-xr-x | t/t5517-push-mirror.sh | 2 |
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 && |