]> git.ipfire.org Git - thirdparty/git.git/blob - t/t5327-multi-pack-bitmaps-rev.sh
Sync with 2.36.3
[thirdparty/git.git] / t / t5327-multi-pack-bitmaps-rev.sh
1 #!/bin/sh
2
3 test_description='exercise basic multi-pack bitmap functionality (.rev files)'
4
5 . ./test-lib.sh
6 . "${TEST_DIRECTORY}/lib-bitmap.sh"
7
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
12
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
19
20 midx_bitmap_core rev
21 midx_bitmap_partial_tests rev
22
23 test_done