mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-02 01:18:26 +03:00
functional tests: Update have_raid function
No need to check if it's built in.
This commit is contained in:
parent
9cab005797
commit
52656c89fd
@ -1492,10 +1492,6 @@ have_thin() {
|
||||
}
|
||||
|
||||
have_raid() {
|
||||
test "$RAID" = shared -o "$RAID" = internal || {
|
||||
echo "Raid is not built-in." >&2
|
||||
return 1;
|
||||
}
|
||||
target_at_least dm-raid "$@"
|
||||
|
||||
# some kernels have broken mdraid bitmaps, don't use them!
|
||||
|
Loading…
Reference in New Issue
Block a user