]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t5326-multi-pack-bitmaps.sh
midx.c: make changing the preferred pack safe
[thirdparty/git.git] / t / t5326-multi-pack-bitmaps.sh
index 0ca2868b0b2f929692a32fe56d105a6cb9066c54..353282310d5b76bb62f49b4fdfc412092938d723 100755 (executable)
@@ -395,7 +395,7 @@ test_expect_success 'hash-cache values are propagated from pack bitmaps' '
        )
 '
 
-test_expect_failure 'changing the preferred pack does not corrupt bitmaps' '
+test_expect_success 'changing the preferred pack does not corrupt bitmaps' '
        rm -fr repo &&
        git init repo &&
        test_when_finished "rm -fr repo" &&