]> git.ipfire.org Git - thirdparty/git.git/commit
t5319: don't write MIDX bitmaps in t5319
authorTaylor Blau <me@ttaylorr.com>
Tue, 31 Aug 2021 20:52:38 +0000 (16:52 -0400)
committerJunio C Hamano <gitster@pobox.com>
Wed, 1 Sep 2021 20:56:43 +0000 (13:56 -0700)
commite255a5e81c9e2399f8f9f24558f378d4f576a789
treeb9723fce2885bd295d93620bbb08da80f99fc6ce
parenteb6e956e79cb800a481bf8b52a31b160a8971fb8
t5319: don't write MIDX bitmaps in t5319

This test is specifically about generating a midx still respecting a
pack-based bitmap file. Generating a MIDX bitmap would confuse the test.
Let's override the 'GIT_TEST_MULTI_PACK_INDEX_WRITE_BITMAP' variable to
make sure we don't do so.

Signed-off-by: Taylor Blau <me@ttaylorr.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t5319-multi-pack-index.sh