aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2024-04-16 14:50:28 -0700
committerJunio C Hamano <gitster@pobox.com>2024-04-16 14:50:28 -0700
commit625ef1c6f16a3e58a26f695ee314adbcd97b8c7b (patch)
treefc0fa6781c6ba839775bf1c405c6c898efdc5d79
parent92e8388bd35cdddf312011a98e046706bb420fce (diff)
parentb494b1ce39725d875e6a18e65fe3376dac67db19 (diff)
downloadgit-625ef1c6f16a3e58a26f695ee314adbcd97b8c7b.tar.gz
Merge branch 'tb/t7700-fixup'
Test fix. * tb/t7700-fixup: t/t7700-repack.sh: fix test breakages with `GIT_TEST_MULTI_PACK_INDEX=1 `
-rwxr-xr-xt/t7700-repack.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/t/t7700-repack.sh b/t/t7700-repack.sh
index 94f9f4a1da..127efe99f8 100755
--- a/t/t7700-repack.sh
+++ b/t/t7700-repack.sh
@@ -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 &&