Skip to content

Commit 9d488eb

Browse files
avargitster
authored andcommitted
Move t6000lib.sh to lib-*
The naming of this test library conflicted with the recommendation in t/README's "Naming Tests" section. Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 3bf7886 commit 9d488eb

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed
File renamed without changes.

t/t6002-rev-list-bisect.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
test_description='Tests git rev-list --bisect functionality'
66

77
. ./test-lib.sh
8-
. "$TEST_DIRECTORY"/t6000lib.sh # t6xxx specific functions
8+
. "$TEST_DIRECTORY"/lib-t6000.sh # t6xxx specific functions
99

1010
# usage: test_bisection max-diff bisect-option head ^prune...
1111
#

t/t6003-rev-list-topo-order.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
test_description='Tests git rev-list --topo-order functionality'
77

88
. ./test-lib.sh
9-
. "$TEST_DIRECTORY"/t6000lib.sh # t6xxx specific functions
9+
. "$TEST_DIRECTORY"/lib-t6000.sh # t6xxx specific functions
1010

1111
list_duplicates()
1212
{

t/t6101-rev-parse-parents.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
test_description='Test git rev-parse with different parent options'
77

88
. ./test-lib.sh
9-
. "$TEST_DIRECTORY"/t6000lib.sh # t6xxx specific functions
9+
. "$TEST_DIRECTORY"/lib-t6000.sh # t6xxx specific functions
1010

1111
date >path0
1212
git update-index --add path0

0 commit comments

Comments
 (0)