X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft5501-fetch-push-alternates.sh;h=1bc57ac03f9df7e82fab5478b7234ab1435c60e3;hb=50c94032844bb184cdeff7779be3b6a23e04d312;hp=b5ced8483a8fc663eb53b514bbb56df92f217deb;hpb=47d45a5ebd5bce543a50546d05e8b92c6971acda;p=git.git diff --git a/t/t5501-fetch-push-alternates.sh b/t/t5501-fetch-push-alternates.sh index b5ced8483..1bc57ac03 100755 --- a/t/t5501-fetch-push-alternates.sh +++ b/t/t5501-fetch-push-alternates.sh @@ -28,7 +28,7 @@ test_expect_success setup ' done ) && ( - git clone --reference=original "file:///$(pwd)/original" one && + git clone --reference=original "file://$(pwd)/original" one && cd one && echo Z >count && git add count &&