diff options
| author | Junio C Hamano <gitster@pobox.com> | 2021-11-01 13:48:08 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2021-11-01 13:48:08 -0700 |
| commit | cfd86ee3dd754bb160703f37a987f409c4ddd972 (patch) | |
| tree | f965135c3267efba389ce5ce013e1059c55f9eb5 | |
| parent | 7baf6588c5a5f4a1b616e19ddc9430592b608a6f (diff) | |
| parent | 559664c7921a96015ce053293451098920398e19 (diff) | |
| download | git-cfd86ee3dd754bb160703f37a987f409c4ddd972.tar.gz | |
Merge branch 'ab/test-lib'
Test (cosmetic) fix.
* ab/test-lib:
t5310: drop lib-bundle.sh include
| -rwxr-xr-x | t/t5310-pack-bitmaps.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/t/t5310-pack-bitmaps.sh b/t/t5310-pack-bitmaps.sh index 673baa5c3c..dcf03d324a 100755 --- a/t/t5310-pack-bitmaps.sh +++ b/t/t5310-pack-bitmaps.sh @@ -5,7 +5,6 @@ GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME=master export GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME . ./test-lib.sh -. "$TEST_DIRECTORY"/lib-bundle.sh . "$TEST_DIRECTORY"/lib-bitmap.sh # t5310 deals only with single-pack bitmaps, so don't write MIDX bitmaps in |
