Skip to content

Commit 3fca1fc

Browse files
avargitster
authored andcommitted
test libs: rename gitweb-lib.sh to lib-gitweb.sh
Rename gitweb-lib.sh to lib-gitweb.sh for consistency with other test library files. When it was introduced in 0552607 (gitweb: split test suite into library and tests, 2009-08-27) this naming pattern was more common. Since then all but one other such library which didn't start with "lib-*.sh" such as t6000lib.sh has been been renamed, see e.g. 9d488eb (Move t6000lib.sh to lib-*, 2010-05-07). Signed-off-by: Ævar Arnfjörð Bjarmason <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent e8a8e7f commit 3fca1fc

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed
File renamed without changes.

t/t9500-gitweb-standalone-no-errors.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ or warnings to log.'
1313
GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME=main
1414
export GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME
1515

16-
. ./gitweb-lib.sh
16+
. ./lib-gitweb.sh
1717

1818
# ----------------------------------------------------------------------
1919
# no commits (empty, just initialized repository)

t/t9501-gitweb-standalone-http-status.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ code and message.'
1313
GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME=main
1414
export GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME
1515

16-
. ./gitweb-lib.sh
16+
. ./lib-gitweb.sh
1717

1818
#
1919
# Gitweb only provides the functionality tested by the 'modification times'

t/t9502-gitweb-standalone-parse-output.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ in the HTTP header or the actual script output.'
1313
GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME=main
1414
export GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME
1515

16-
. ./gitweb-lib.sh
16+
. ./lib-gitweb.sh
1717

1818
# ----------------------------------------------------------------------
1919
# snapshot file name and prefix

0 commit comments

Comments
 (0)