diff options
| author | Junio C Hamano <gitster@pobox.com> | 2024-04-16 14:50:28 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2024-04-16 14:50:28 -0700 |
| commit | 625ef1c6f16a3e58a26f695ee314adbcd97b8c7b (patch) | |
| tree | fc0fa6781c6ba839775bf1c405c6c898efdc5d79 | |
| parent | Merge branch 'jc/local-extern-shell-rules' (diff) | |
| parent | t/t7700-repack.sh: fix test breakages with `GIT_TEST_MULTI_PACK_INDEX=1 ` (diff) | |
| download | git-625ef1c6f16a3e58a26f695ee314adbcd97b8c7b.tar.gz git-625ef1c6f16a3e58a26f695ee314adbcd97b8c7b.zip | |
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-x | t/t7700-repack.sh | 2 |
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 && |
