]> git.ipfire.org Git - thirdparty/git.git/commitdiff
t5517: do not assume the "matching" push is the default
authorJunio C Hamano <gitster@pobox.com>
Sat, 5 Jan 2013 00:09:15 +0000 (16:09 -0800)
committerJunio C Hamano <gitster@pobox.com>
Sat, 5 Jan 2013 06:28:41 +0000 (22:28 -0800)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t5517-push-mirror.sh

index e2ad2605084194868fc23e23fec1636af622b47f..12a5dfb17e0a0bd4d0d9636ff13bf44999f78e36 100755 (executable)
@@ -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 &&