X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft5601-clone.sh;h=593d1a38772843f1afd67814dcf8920bea3366bc;hb=2fe18392f0355c80295b8b74b24fc817183d3752;hp=dc9d63dbf9d21482c881606152f10594f2fe124f;hpb=633d1fe9d0f8993c4e0ceb9d166a550344cbe5f9;p=git.git diff --git a/t/t5601-clone.sh b/t/t5601-clone.sh index dc9d63dbf..593d1a387 100755 --- a/t/t5601-clone.sh +++ b/t/t5601-clone.sh @@ -23,4 +23,11 @@ test_expect_success 'clone with excess parameters' ' ' +test_expect_success 'clone checks out files' ' + + git clone src dst && + test -f dst/file + +' + test_done