Skip to content

Commit 559664c

Browse files
peffgitster
authored andcommitted
t5310: drop lib-bundle.sh include
Commit ddfe900 (test-lib-functions: move function to lib-bitmap.sh, 2021-02-09) meant to include lib-bitmap.sh in t5310, but also includes lib-bundle.sh. Yet we don't use any of its functions, nor have anything to do with bundles. This is probably just a typo/copy-paste error, as lib-bundle.sh was added (correctly) to other scripts in the same series. Signed-off-by: Jeff King <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent e7884b3 commit 559664c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

t/t5310-pack-bitmaps.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME=master
55
export GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME
66

77
. ./test-lib.sh
8-
. "$TEST_DIRECTORY"/lib-bundle.sh
98
. "$TEST_DIRECTORY"/lib-bitmap.sh
109

1110
objpath () {

0 commit comments

Comments
 (0)