test/*: remove essential tools checker
This commit is contained in:
		| @@ -10,8 +10,6 @@ cleanup() | ||||
|     rm -rf "$tmpdir" | ||||
| } | ||||
|  | ||||
| command -v cryptsetup > /dev/null || exit 222 | ||||
|  | ||||
| set -ef | ||||
| trap cleanup EXIT INT | ||||
|  | ||||
|   | ||||
| @@ -10,8 +10,6 @@ cleanup() | ||||
|     rm -rf "$tmpdir" | ||||
| } | ||||
|  | ||||
| command -v lvm > /dev/null || exit 222 | ||||
|  | ||||
| set -ef | ||||
| trap cleanup EXIT INT | ||||
|  | ||||
|   | ||||
| @@ -9,8 +9,6 @@ cleanup() | ||||
|     rm -rf "$tmpdir" | ||||
| } | ||||
|  | ||||
| command -v zfs > /dev/null || exit 222 | ||||
|  | ||||
| set -ef | ||||
| trap cleanup EXIT INT | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user