X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=t%2Ft5501-fetch-push-alternates.sh;h=1bc57ac03f9df7e82fab5478b7234ab1435c60e3;hb=406cc9b822b44a1d53c1a45536460992529aec88;hp=b5ced8483a8fc663eb53b514bbb56df92f217deb;hpb=c9de921848061db9316fe8dc2ebff4bcadf8117f;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 &&