1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

Revert "tests: drop unnecessary pid from LVMTEST prefix"

This reverts commit 51c105702f.

it seems the test system still needs this for some reason
This commit is contained in:
David Teigland 2019-09-16 13:01:50 -05:00
parent 6e1cf248d4
commit 13fb57bbb1

View 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