t7700: drop explicit --no-pack-kept-objects from .keep test
[gitweb.git] / t / t7700-repack.sh
index 28f7135656f51e2e8aea144ff4b68c7945c8cf11..44407ae7c94d4c22c13f078d26a84221ff6a14a1 100755 (executable)
@@ -21,7 +21,7 @@ test_expect_success 'objects in packs marked .keep are not repacked' '
        objsha1=$(git verify-pack -v pack-$packsha1.idx | head -n 1 |
                sed -e "s/^\([0-9a-f]\{40\}\).*/\1/") &&
        mv pack-* .git/objects/pack/ &&
-       git repack --no-pack-kept-objects -A -d -l &&
+       git repack -A -d -l &&
        git prune-packed &&
        for p in .git/objects/pack/*.idx; do
                idx=$(basename $p)