diff --git a/tests/luks2-reencryption-test b/tests/luks2-reencryption-test index c8246f22..8d621024 100755 --- a/tests/luks2-reencryption-test +++ b/tests/luks2-reencryption-test @@ -1482,7 +1482,7 @@ if [ -n "$DM_SECTOR_SIZE" ]; then echo "sector size 4096->4096" get_error_offsets 32 $OFFSET 4096 - echo $PWD1 | $CRYPTSETUP -q luksFormat --type luks2 -c null --sector-size 4096 -c aes-cbc-essiv:sha256 --offset $OFFSET $FAST_PBKDF_ARGON $DEV || fail + echo $PWD1 | $CRYPTSETUP -q luksFormat --type luks2 -c null --sector-size 4096 --offset $OFFSET $FAST_PBKDF_ARGON $DEV || fail wipe $PWD1 check_hash $PWD1 $HASH1 @@ -1524,7 +1524,7 @@ if [ -n "$DM_SECTOR_SIZE" ]; then echo "sector size 4096->4096" get_error_offsets 32 $OFFSET 4096 - echo $PWD1 | $CRYPTSETUP -q luksFormat --type luks2 -c null --sector-size 4096 -c aes-cbc-essiv:sha256 --offset $OFFSET $FAST_PBKDF_ARGON $DEV || fail + echo $PWD1 | $CRYPTSETUP -q luksFormat --type luks2 -c null --sector-size 4096 --offset $OFFSET $FAST_PBKDF_ARGON $DEV || fail wipe $PWD1 check_hash $PWD1 $HASH1