From 494d819a6f5e5dbc978cf095cb2ff41b15d4f57a Mon Sep 17 00:00:00 2001 From: Zdenek Kabelac Date: Sun, 9 Jul 2017 11:20:47 +0200 Subject: [PATCH] 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, 2 deletions(-) diff --git a/test/shell/aa-lvmlockd-dlm-prepare.sh b/test/shell/aa-lvmlockd-dlm-prepare.sh index 7e3700f74..24021f3ef 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 b897bbd86..606092741 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;