Require lsblk for tcrypt test.

This commit is contained in:
Milan Broz
2012-12-30 12:35:35 +01:00
parent 46de69d0e6
commit 37d52bf01b

View File

@@ -37,6 +37,8 @@ function test_one()
function test_required()
{
which lsblk >/dev/null 2>&1 || skip "WARNING: lsblk tool required."
echo "REQUIRED KDF TEST"
$CRYPTSETUP benchmark -h ripemd160 | grep "N/A" && skip
$CRYPTSETUP benchmark -h whirlpool | grep "N/A" && skip