diff options
author | Milan Broz <gmazyland@gmail.com> | 2012-12-30 12:35:35 +0100 |
---|---|---|
committer | Milan Broz <gmazyland@gmail.com> | 2012-12-30 12:35:35 +0100 |
commit | 37d52bf01b54fcafe0799182f55c2e3d86faf80e (patch) | |
tree | c6369c042e15d05f10d56853115e0d220721ec52 /tests | |
parent | 46de69d0e671617705f8dcffac6bff15ce805c7a (diff) | |
download | cryptsetup-37d52bf01b54fcafe0799182f55c2e3d86faf80e.tar.gz cryptsetup-37d52bf01b54fcafe0799182f55c2e3d86faf80e.tar.bz2 cryptsetup-37d52bf01b54fcafe0799182f55c2e3d86faf80e.zip |
Require lsblk for tcrypt test.
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/tcrypt-compat-test | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/tcrypt-compat-test b/tests/tcrypt-compat-test index 71375ac..40632aa 100755 --- a/tests/tcrypt-compat-test +++ b/tests/tcrypt-compat-test @@ -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 |