t5310: disable GIT_TEST_MULTI_PACK_INDEX_WRITE_BITMAP
commiteb6e956e79cb800a481bf8b52a31b160a8971fb8
authorJeff King <peff@peff.net>
Tue, 31 Aug 2021 20:52:36 +0000 (31 16:52 -0400)
committerJunio C Hamano <gitster@pobox.com>
Wed, 1 Sep 2021 20:56:43 +0000 (1 13:56 -0700)
treeffd5da13610c960f29c54bb87cdb9356972dc3e8
parentd3f17e17238806d5b1547632b61b44ed7b1f9453
t5310: disable GIT_TEST_MULTI_PACK_INDEX_WRITE_BITMAP

Generating a MIDX bitmap confuses many of the tests in t5310, which
expect to control whether and how bitmaps are written. Since the
relevant MIDX-bitmap tests here are covered already in t5326, let's just
disable the flag for the whole t5310 script.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Taylor Blau <me@ttaylorr.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t5310-pack-bitmaps.sh