]> sourceware.org Git - lvm2.git/commitdiff
Revert "tests: drop unnecessary pid from LVMTEST prefix"
authorDavid Teigland <teigland@redhat.com>
Mon, 16 Sep 2019 18:01:50 +0000 (13:01 -0500)
committerDavid Teigland <teigland@redhat.com>
Mon, 16 Sep 2019 18:01:50 +0000 (13:01 -0500)
This reverts commit 51c105702f24d64f1adc25a692ef37e20878cec5.

it seems the test system still needs this for some reason

test/lib/inittest.sh

index 4914b29408dd63b20eab32004eea7a416275a1a9..a6cefa8610cef21664da36a72f4f7a9e7ffeaf68 100644 (file)
@@ -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
This page took 0.035739 seconds and 5 git commands to generate.