t5540/5541: smart-http does not support "--force-with-lease"
[gitweb.git] / t / t5501-fetch-push-alternates.sh
index 16a467654c7353d2faf64a6a3131c27e99262978..1bc57ac03f9df7e82fab5478b7234ab1435c60e3 100755 (executable)
@@ -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 &&
@@ -54,7 +54,7 @@ test_expect_success 'pushing into a repository with the same alternate' '
        test_cmp one.count receiver.count
 '
 
-test_expect_failure 'fetching from a repository with the same alternate' '
+test_expect_success 'fetching from a repository with the same alternate' '
        (
                cd fetcher &&
                git fetch ../one master:refs/heads/it &&