test-lib-functions: move function to lib-bitmap.sh
commitddfe900612119e4e8c21c812a0ced4a72e5d66b7
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Tue, 9 Feb 2021 21:41:54 +0000 (9 22:41 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 10 Feb 2021 21:54:34 +0000 (10 13:54 -0800)
tree36b14568ef5ddfb3ce11d2838a0d5a117c36376b
parent3fca1fc651c025724c7ea36aa9a83182c8dfdb58
test-lib-functions: move function to lib-bitmap.sh

Move a function added to test-lib-functions.sh in ea047a8eb4f (t5310:
factor out bitmap traversal comparison, 2020-02-14) into a new
lib-bitmap.sh.

The test-lib-functions.sh file should be for functions that are widely
used across the test suite, if something's only used by a few tests it
makes more sense to have it in a lib-*.sh file.

Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/lib-bitmap.sh [new file with mode: 0644]
t/t5310-pack-bitmaps.sh
t/t6113-rev-list-bitmap-filters.sh
t/test-lib-functions.sh