From 987af10a8240848c7aafc7b589c61c38dfbd8f0e Mon Sep 17 00:00:00 2001 From: illiliti Date: Thu, 5 Aug 2021 09:08:04 +0300 Subject: [PATCH] test/*: remove essential tools checker --- test/luks.test | 2 -- test/lvm.test | 2 -- test/zfs.test | 2 -- 3 files changed, 6 deletions(-) diff --git a/test/luks.test b/test/luks.test index 98f9935..b25dc80 100755 --- a/test/luks.test +++ b/test/luks.test @@ -10,8 +10,6 @@ cleanup() rm -rf "$tmpdir" } -command -v cryptsetup > /dev/null || exit 222 - set -ef trap cleanup EXIT INT diff --git a/test/lvm.test b/test/lvm.test index 9cb407a..f5437d4 100755 --- a/test/lvm.test +++ b/test/lvm.test @@ -10,8 +10,6 @@ cleanup() rm -rf "$tmpdir" } -command -v lvm > /dev/null || exit 222 - set -ef trap cleanup EXIT INT diff --git a/test/zfs.test b/test/zfs.test index 821d204..416d2bc 100755 --- a/test/zfs.test +++ b/test/zfs.test @@ -9,8 +9,6 @@ cleanup() rm -rf "$tmpdir" } -command -v zfs > /dev/null || exit 222 - set -ef trap cleanup EXIT INT