pack-objects: extend --local to mean ignore non-local loose objects too
[gitweb.git] / t / t7700-repack.sh
index 43c9cf9139c91315ec5324667edfa958053af6cb..960bff47fafa846299bdd2d3dffcc30616bd0017 100755 (executable)
@@ -34,7 +34,7 @@ test_expect_success 'objects in packs marked .keep are not repacked' '
        test -z "$found_duplicate_object"
 '
 
-test_expect_failure 'loose objects in alternate ODB are not repacked' '
+test_expect_success 'loose objects in alternate ODB are not repacked' '
        mkdir alt_objects &&
        echo `pwd`/alt_objects > .git/objects/info/alternates &&
        echo content3 > file3 &&