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