We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4347a01 commit 5d6fbf7Copy full SHA for 5d6fbf7
tests/reencryption-compat-test
@@ -493,7 +493,6 @@ if [ "$HAVE_BLKID" -gt 0 ]; then
493
echo $PWD1 | $REENC --header $IMG_HDR $HEADER_LUKS2_PV -q $FAST_PBKDF --new --type luks1 2>/dev/null && fail
494
test -f $IMG_HDR && fail
495
fi
496
-fi # if ! fips_mode
497
498
# Only test if the LUKS1 decryption can be resumed with provided --uuid
499
echo "[14] Resume LUKS1 decryption"
@@ -503,6 +502,7 @@ echo $PWD1 | $REENC $LOOPDEV1 -q --decrypt --uuid $LUKS1_DECRYPT_UUID >/dev/null
503
502
test -f $LUKS1_DECRYPT.org && fail
504
test -f $LUKS1_DECRYPT.new && fail
505
test -f $LUKS1_DECRYPT.log && fail
+fi # if ! fips_mode
506
507
remove_mapping
508
exit 0
0 commit comments