[lvm-devel] master - tests: drop extra sourcing of utils

Zdenek Kabelac zkabelac at sourceware.org
Mon Jul 10 12:34:01 UTC 2017


Gitweb:        https://sourceware.org/git/?p=lvm2.git;a=commitdiff;h=494d819a6f5e5dbc978cf095cb2ff41b15d4f57a
Commit:        494d819a6f5e5dbc978cf095cb2ff41b15d4f57a
Parent:        ff2242036b9719c51a7f000dcb91f3ad5aa2580a
Author:        Zdenek Kabelac <zkabelac at redhat.com>
AuthorDate:    Sun Jul 9 11:20:47 2017 +0200
Committer:     Zdenek Kabelac <zkabelac at redhat.com>
CommitterDate: Mon Jul 10 14:23:53 2017 +0200

tests: drop extra sourcing of utils

This sourceing is automatic by . lib/inittest
---
 test/shell/aa-lvmlockd-dlm-prepare.sh     |    1 -
 test/shell/aa-lvmlockd-sanlock-prepare.sh |    1 -
 2 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/test/shell/aa-lvmlockd-dlm-prepare.sh b/test/shell/aa-lvmlockd-dlm-prepare.sh
index 7e3700f..24021f3 100644
--- a/test/shell/aa-lvmlockd-dlm-prepare.sh
+++ b/test/shell/aa-lvmlockd-dlm-prepare.sh
@@ -12,7 +12,6 @@
 
 test_description='Set up things to run tests with dlm'
 
-. lib/utils
 . lib/inittest
 
 [ -z "$LVM_TEST_LOCK_TYPE_DLM" ] && skip;
diff --git a/test/shell/aa-lvmlockd-sanlock-prepare.sh b/test/shell/aa-lvmlockd-sanlock-prepare.sh
index b897bbd..6060927 100644
--- a/test/shell/aa-lvmlockd-sanlock-prepare.sh
+++ b/test/shell/aa-lvmlockd-sanlock-prepare.sh
@@ -12,7 +12,6 @@
 
 test_description='Set up things to run tests with sanlock'
 
-. lib/utils
 . lib/inittest
 
 [ -z "$LVM_TEST_LOCK_TYPE_SANLOCK" ] && skip;




More information about the lvm-devel mailing list