From 0d5b9deff21991f0b26240ae4395ee12e76096c5 Mon Sep 17 00:00:00 2001 From: Zdenek Kabelac Date: Mon, 14 Mar 2016 23:16:45 +0100 Subject: [PATCH] tests: use own PID path for lvmetad checking Do not try to check PID of running lvmetad and use own path. --- test/lib/inittest.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/test/lib/inittest.sh b/test/lib/inittest.sh index a2dcf0141..a453ee624 100644 --- a/test/lib/inittest.sh +++ b/test/lib/inittest.sh @@ -114,6 +114,7 @@ if test -n "$LVM_TEST_LVMETAD" ; then aux prepare_lvmetad else # lvmetad prepares its own lvmconf + export LVM_LVMETAD_PIDFILE="$TESTDIR/non-existing-file" aux lvmconf aux prepare_clvmd fi -- 2.43.5