X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=t%2Ft3050-subprojects-fetch.sh;h=4261e9641e00fb3b543384b6a8dbbcc1a214b598;hb=a031d76eebbe85c93f5d4a2a4cafacf417df9bce;hp=2b21b1070d6b8f864aee0049d5cb2dccef0daa46;hpb=008442f5e798e511cc0cd5d9443552b0d107d558;p=git.git diff --git a/t/t3050-subprojects-fetch.sh b/t/t3050-subprojects-fetch.sh index 2b21b1070..4261e9641 100755 --- a/t/t3050-subprojects-fetch.sh +++ b/t/t3050-subprojects-fetch.sh @@ -20,7 +20,7 @@ test_expect_success setup ' ' test_expect_success clone ' - git clone file://`pwd`/.git cloned && + git clone "file://$(pwd)/.git" cloned && (git rev-parse HEAD; git ls-files -s) >expected && ( cd cloned &&