Remove overlooked config scratching from reencryption tests.

This commit is contained in:
Ondrej Kozina
2019-06-15 15:47:53 +02:00
committed by Milan Broz
parent 70c4ce199d
commit 7a71feed8c

View File

@@ -22,10 +22,6 @@ PWD1="93R4P4pIqAH8"
PWD2="1cND4319812f"
PWD3="1-9Qu5Ejfnqv"
HAVE_KEYRING=$(grep -e "#define KERNEL_KEYRING" ../config.h)
test -n "$HAVE_KEYRING" || HAVE_KEYRING=0
HAVE_KEYRING=${HAVE_KEYRING: -1}
function dm_crypt_features()
{
VER_STR=$(dmsetup targets | grep crypt | cut -f2 -dv)