From 13fb57bbb1deca9ea14e58a3a4edf284d3f4846c Mon Sep 17 00:00:00 2001 From: David Teigland Date: Mon, 16 Sep 2019 13:01:50 -0500 Subject: [PATCH] Revert "tests: drop unnecessary pid from LVMTEST prefix" This reverts commit 51c105702f24d64f1adc25a692ef37e20878cec5. it seems the test system still needs this for some reason --- test/lib/inittest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.5