From: Zdenek Kabelac Date: Mon, 14 Mar 2016 22:16:45 +0000 (+0100) Subject: tests: use own PID path for lvmetad checking X-Git-Tag: v2_02_147~6 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=0d5b9deff21991f0b26240ae4395ee12e76096c5;p=lvm2.git tests: use own PID path for lvmetad checking Do not try to check PID of running lvmetad and use own path. --- 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