]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t7700-repack.sh
The eighth batch
[thirdparty/git.git] / t / t7700-repack.sh
index 94f9f4a1dac5621fbd340b6425d2f2ea7f042016..127efe99f8cd21dbb6105547ea472ab9f682a7f6 100755 (executable)
@@ -629,6 +629,7 @@ test_expect_success '--write-midx with preferred bitmap tips' '
                git log --format="create refs/tags/%s/%s %H" HEAD >refs &&
                git update-ref --stdin <refs &&
 
+               GIT_TEST_MULTI_PACK_INDEX=0 \
                git repack --write-midx --write-bitmap-index &&
                test_path_is_file $midx &&
                test_path_is_file $midx-$(midx_checksum $objdir).bitmap &&
@@ -749,6 +750,7 @@ test_expect_success '--write-midx with --pack-kept-objects' '
                keep="$objdir/pack/pack-$one.keep" &&
                touch "$keep" &&
 
+               GIT_TEST_MULTI_PACK_INDEX=0 \
                git repack --write-midx --write-bitmap-index --geometric=2 -d \
                        --pack-kept-objects &&