Fix dm-verity test typo.

This commit is contained in:
Milan Broz
2016-05-04 09:14:32 +02:00
parent 1b7799cb1d
commit 99a254f2f6

View File

@@ -78,7 +78,7 @@ function check_root_hash() # $1 size, $2 hash, $3 salt, $4 version, $5 hash, [$6
if [ $sb == yes ] ; then
VERIFY_PARAMS=""
else
FORMAT_PAFAMS="$FORMAT_PARAMS --no-superlock"
FORMAT_PARAMS="$FORMAT_PARAMS --no-superblock"
VERIFY_PARAMS=$FORMAT_PARAMS
fi