X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=inline;f=t%2Ft5520-pull.sh;h=725771fac167ea5aac8cf65b916c96918b0f5e0d;hb=f0817310903312bbc243dd80f066e17a8e0e4b1d;hp=997b2db827c4f37512c6b5d2f861e12105e2a32d;hpb=438d2991eaa17549df67929cd4558d65840c37d7;p=git.git diff --git a/t/t5520-pull.sh b/t/t5520-pull.sh index 997b2db82..725771fac 100755 --- a/t/t5520-pull.sh +++ b/t/t5520-pull.sh @@ -29,6 +29,18 @@ test_expect_success 'checking the results' ' diff file cloned/file ' +test_expect_success 'pulling into void using master:master' ' + mkdir cloned-uho && + ( + cd cloned-uho && + git init && + git pull .. master:master + ) && + test -f file && + test -f cloned-uho/file && + test_cmp file cloned-uho/file +' + test_expect_success 'test . as a remote' ' git branch copy master &&