Skip to content

Commit 625ef1c

Browse files
committed
Merge branch 'tb/t7700-fixup'
Test fix. * tb/t7700-fixup: t/t7700-repack.sh: fix test breakages with `GIT_TEST_MULTI_PACK_INDEX=1 `
2 parents 92e8388 + b494b1c commit 625ef1c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

t/t7700-repack.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -629,6 +629,7 @@ test_expect_success '--write-midx with preferred bitmap tips' '
629629
git log --format="create refs/tags/%s/%s %H" HEAD >refs &&
630630
git update-ref --stdin <refs &&
631631
632+
GIT_TEST_MULTI_PACK_INDEX=0 \
632633
git repack --write-midx --write-bitmap-index &&
633634
test_path_is_file $midx &&
634635
test_path_is_file $midx-$(midx_checksum $objdir).bitmap &&
@@ -749,6 +750,7 @@ test_expect_success '--write-midx with --pack-kept-objects' '
749750
keep="$objdir/pack/pack-$one.keep" &&
750751
touch "$keep" &&
751752
753+
GIT_TEST_MULTI_PACK_INDEX=0 \
752754
git repack --write-midx --write-bitmap-index --geometric=2 -d \
753755
--pack-kept-objects &&
754756

0 commit comments

Comments
 (0)