rebase: use correct base for --keep-base when a branch is given
[alt-git.git] / t / t5327-multi-pack-bitmaps-rev.sh
blobd30ba632c87c072b591cb085061a4d6f2dcb1c0b
1 #!/bin/sh
3 test_description='exercise basic multi-pack bitmap functionality (.rev files)'
5 . ./test-lib.sh
6 . "${TEST_DIRECTORY}/lib-bitmap.sh"
8 # We'll be writing our own midx and bitmaps, so avoid getting confused by the
9 # automatic ones.
10 GIT_TEST_MULTI_PACK_INDEX=0
11 GIT_TEST_MULTI_PACK_INDEX_WRITE_BITMAP=0
13 # Unlike t5326, this test exercise multi-pack bitmap functionality where the
14 # object order is stored in a separate .rev file.
15 GIT_TEST_MIDX_WRITE_REV=1
16 GIT_TEST_MIDX_READ_RIDX=0
17 export GIT_TEST_MIDX_WRITE_REV
18 export GIT_TEST_MIDX_READ_RIDX
20 midx_bitmap_core rev
21 midx_bitmap_partial_tests rev
23 test_done