]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t5501-fetch-push-alternates.sh
fetch-pack: objects in our alternates are available to us
[thirdparty/git.git] / t / t5501-fetch-push-alternates.sh
index 16a467654c7353d2faf64a6a3131c27e99262978..b5ced8483a8fc663eb53b514bbb56df92f217deb 100755 (executable)
@@ -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 &&