From: David Teigland Date: Mon, 16 Sep 2019 18:01:50 +0000 (-0500) Subject: Revert "tests: drop unnecessary pid from LVMTEST prefix" X-Git-Tag: v2_03_06~126 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=13fb57bbb1deca9ea14e58a3a4edf284d3f4846c;p=lvm2.git Revert "tests: drop unnecessary pid from LVMTEST prefix" This reverts commit 51c105702f24d64f1adc25a692ef37e20878cec5. it seems the test system still needs this for some reason --- diff --git a/test/lib/inittest.sh b/test/lib/inittest.sh index 4914b2940..a6cefa861 100644 --- a/test/lib/inittest.sh +++ b/test/lib/inittest.sh @@ -68,7 +68,7 @@ export LVM_TEST_LVMPOLLD LVM_TEST_LOCK_TYPE_DLM LVM_TEST_LOCK_TYPE_SANLOCK TESTOLDPWD=$(pwd) COMMON_PREFIX="LVMTEST" -PREFIX="${COMMON_PREFIX}" +PREFIX="${COMMON_PREFIX}$$" # Check we are not conflickting with some exiting setup if test -z "$SKIP_ROOT_DM_CHECK" ; then