1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-21 22:04:19 +03:00

tests: fix THIN built-in check

This commit is contained in:
David Teigland 2018-04-30 13:10:52 -05:00
parent 89935ace29
commit c365d7de4f

View File

@ -1472,10 +1472,6 @@ driver_at_least() {
}
have_thin() {
test "$THIN" = shared -o "$THIN" = internal || {
echo "Thin is not built-in." >&2
return 1;
}
target_at_least dm-thin-pool "$@"
declare -a CONF=()