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:
parent
89935ace29
commit
c365d7de4f
@ -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=()
|
||||
|
Loading…
x
Reference in New Issue
Block a user