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>
This commit is contained in:
parent
3bf7886705
commit
9d488eb40e
@ -5,7 +5,7 @@
|
|||||||
test_description='Tests git rev-list --bisect functionality'
|
test_description='Tests git rev-list --bisect functionality'
|
||||||
|
|
||||||
. ./test-lib.sh
|
. ./test-lib.sh
|
||||||
. "$TEST_DIRECTORY"/t6000lib.sh # t6xxx specific functions
|
. "$TEST_DIRECTORY"/lib-t6000.sh # t6xxx specific functions
|
||||||
|
|
||||||
# usage: test_bisection max-diff bisect-option head ^prune...
|
# usage: test_bisection max-diff bisect-option head ^prune...
|
||||||
#
|
#
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
test_description='Tests git rev-list --topo-order functionality'
|
test_description='Tests git rev-list --topo-order functionality'
|
||||||
|
|
||||||
. ./test-lib.sh
|
. ./test-lib.sh
|
||||||
. "$TEST_DIRECTORY"/t6000lib.sh # t6xxx specific functions
|
. "$TEST_DIRECTORY"/lib-t6000.sh # t6xxx specific functions
|
||||||
|
|
||||||
list_duplicates()
|
list_duplicates()
|
||||||
{
|
{
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
test_description='Test git rev-parse with different parent options'
|
test_description='Test git rev-parse with different parent options'
|
||||||
|
|
||||||
. ./test-lib.sh
|
. ./test-lib.sh
|
||||||
. "$TEST_DIRECTORY"/t6000lib.sh # t6xxx specific functions
|
. "$TEST_DIRECTORY"/lib-t6000.sh # t6xxx specific functions
|
||||||
|
|
||||||
date >path0
|
date >path0
|
||||||
git update-index --add path0
|
git update-index --add path0
|
||||||
|
Loading…
Reference in New Issue
Block a user