X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft3050-subprojects-fetch.sh;h=4261e9641e00fb3b543384b6a8dbbcc1a214b598;hb=be4d2c83b68a96285cc05036add4d64d324e52d9;hp=2b21b1070d6b8f864aee0049d5cb2dccef0daa46;hpb=fae09a8084c9b51632726523b477a78dd28d7d7e;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 &&