t5310: move some tests to lib-bitmap.sh
commitaeb4657242a4f7d9e507f88b24652f30f748cb56
authorTaylor Blau <me@ttaylorr.com>
Tue, 31 Aug 2021 20:52:26 +0000 (31 16:52 -0400)
committerJunio C Hamano <gitster@pobox.com>
Wed, 1 Sep 2021 20:56:43 +0000 (1 13:56 -0700)
tree03b19245f0be01d28be66209d57fc98935f49714
parentc528e179662ce1353c51f65e1b5895d02988c78c
t5310: move some tests to lib-bitmap.sh

We'll soon be adding a test script that will cover many of the same
bitmap concepts as t5310, but for MIDX bitmaps. Let's pull out as many
of the applicable tests as we can so we don't have to rewrite them.

There should be no functional change to t5310; we still run the same
operations in the same order.

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