summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Teigland <teigland@redhat.com>2019-09-16 13:01:50 -0500
committerDavid Teigland <teigland@redhat.com>2019-09-16 13:01:50 -0500
commit13fb57bbb1deca9ea14e58a3a4edf284d3f4846c (patch)
treed02749faafa48d5c821403472050f39530087974
parent6e1cf248d4a9520b6e342dc583f1e4f7d4c5f8fa (diff)
downloadlvm2-13fb57bbb1deca9ea14e58a3a4edf284d3f4846c.tar.gz
Revert "tests: drop unnecessary pid from LVMTEST prefix"
This reverts commit 51c105702f24d64f1adc25a692ef37e20878cec5. it seems the test system still needs this for some reason
-rw-r--r--test/lib/inittest.sh2
1 files changed, 1 insertions, 1 deletions
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