mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
tests: drop extra sourcing of utils
This sourceing is automatic by . lib/inittest
This commit is contained in:
parent
ff2242036b
commit
494d819a6f
@ -12,7 +12,6 @@
|
|||||||
|
|
||||||
test_description='Set up things to run tests with dlm'
|
test_description='Set up things to run tests with dlm'
|
||||||
|
|
||||||
. lib/utils
|
|
||||||
. lib/inittest
|
. lib/inittest
|
||||||
|
|
||||||
[ -z "$LVM_TEST_LOCK_TYPE_DLM" ] && skip;
|
[ -z "$LVM_TEST_LOCK_TYPE_DLM" ] && skip;
|
||||||
|
@ -12,7 +12,6 @@
|
|||||||
|
|
||||||
test_description='Set up things to run tests with sanlock'
|
test_description='Set up things to run tests with sanlock'
|
||||||
|
|
||||||
. lib/utils
|
|
||||||
. lib/inittest
|
. lib/inittest
|
||||||
|
|
||||||
[ -z "$LVM_TEST_LOCK_TYPE_SANLOCK" ] && skip;
|
[ -z "$LVM_TEST_LOCK_TYPE_SANLOCK" ] && skip;
|
||||||
|
Loading…
Reference in New Issue
Block a user