test/*: remove essential tools checker

This commit is contained in:
illiliti 2021-08-05 09:08:04 +03:00
parent 9f12880096
commit 987af10a82
3 changed files with 0 additions and 6 deletions

View File

@ -10,8 +10,6 @@ cleanup()
rm -rf "$tmpdir"
}
command -v cryptsetup > /dev/null || exit 222
set -ef
trap cleanup EXIT INT

View File

@ -10,8 +10,6 @@ cleanup()
rm -rf "$tmpdir"
}
command -v lvm > /dev/null || exit 222
set -ef
trap cleanup EXIT INT

View File

@ -9,8 +9,6 @@ cleanup()
rm -rf "$tmpdir"
}
command -v zfs > /dev/null || exit 222
set -ef
trap cleanup EXIT INT