Skip to content

Commit e8a8e7f

Browse files
avargitster
authored andcommitted
test libs: rename bundle helper to "lib-bundle.sh"
Rename the recently introduced test-bundle-functions.sh to be consistent with other lib-*.sh files, which is the convention for these sorts of shared test library functions. The new test-bundle-functions.sh was introduced in 9901164 (test: add helper functions for git-bundle, 2021-01-11). It was the only test-*.sh of this nature. Signed-off-by: Ævar Arnfjörð Bjarmason <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent f3ad2bf commit e8a8e7f

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
File renamed without changes.

t/t5510-fetch.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME=main
99
export GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME
1010

1111
. ./test-lib.sh
12-
. "$TEST_DIRECTORY"/test-bundle-functions.sh
12+
. "$TEST_DIRECTORY"/lib-bundle.sh
1313

1414
D=$(pwd)
1515

t/t6020-bundle-misc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME=main
99
export GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME
1010

1111
. ./test-lib.sh
12-
. "$TEST_DIRECTORY"/test-bundle-functions.sh
12+
. "$TEST_DIRECTORY"/lib-bundle.sh
1313

1414
# Create a commit or tag and set the variable with the object ID.
1515
test_commit_setvar () {

0 commit comments

Comments
 (0)