From: Taylor Blau Date: Tue, 25 Jan 2022 22:41:08 +0000 (-0500) Subject: t5326: drop unnecessary setup X-Git-Tag: v2.36.0-rc0~152^2~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=90a8ea47d88b38ececc07205f512297d8794e877;p=thirdparty%2Fgit.git t5326: drop unnecessary setup The core.multiPackIndex config became true by default back in 18e449f86b (midx: enable core.multiPackIndex by default, 2020-09-25), so it is no longer necessary to enable it explicitly. Signed-off-by: Taylor Blau Reviewed-by: Derrick Stolee Reviewed-by: Jonathan Tan Signed-off-by: Junio C Hamano --- diff --git a/t/t5326-multi-pack-bitmaps.sh b/t/t5326-multi-pack-bitmaps.sh index 353282310d..1a9581af30 100755 --- a/t/t5326-multi-pack-bitmaps.sh +++ b/t/t5326-multi-pack-bitmaps.sh @@ -19,10 +19,6 @@ midx_pack_source () { setup_bitmap_history -test_expect_success 'enable core.multiPackIndex' ' - git config core.multiPackIndex true -' - test_expect_success 'create single-pack midx with bitmaps' ' git repack -ad && git multi-pack-index write --bitmap &&