mirror of
git://sourceware.org/git/lvm2.git
synced 2025-03-10 16:58:47 +03:00
Avoid spurious skips in the testsuite due to obsoleted
dmsetup_has_dm_devdir_support_.
This commit is contained in:
parent
fb3bcb9f74
commit
4c68b2cb9c
@ -14,8 +14,6 @@ test_description="ensure that basic operations on mirrored LV works"
|
||||
|
||||
. ./test-utils.sh
|
||||
|
||||
dmsetup_has_dm_devdir_support_ || exit 200
|
||||
|
||||
# ---------------------------------------------------------------------
|
||||
# Utilities
|
||||
|
||||
|
@ -10,11 +10,8 @@
|
||||
|
||||
. ./test-utils.sh
|
||||
|
||||
dmsetup_has_dm_devdir_support_ || exit 200
|
||||
|
||||
aux prepare_vg 5
|
||||
|
||||
|
||||
lv_is_on_() {
|
||||
local lv=$1 #allready vg/lv
|
||||
shift 1
|
||||
|
@ -11,8 +11,6 @@
|
||||
|
||||
. ./test-utils.sh
|
||||
|
||||
dmsetup_has_dm_devdir_support_ || exit 200
|
||||
|
||||
mimages_are_redundant_ ()
|
||||
{
|
||||
local vg=$1
|
||||
|
@ -14,8 +14,6 @@ test_description="check namings of mirrored LV"
|
||||
|
||||
. ./test-utils.sh
|
||||
|
||||
dmsetup_has_dm_devdir_support_ || exit 200
|
||||
|
||||
# ---------------------------------------------------------------------
|
||||
# Utilities
|
||||
|
||||
|
@ -13,8 +13,6 @@ test_description="ensure that 'vgreduce --removemissing' works on mirrored LV"
|
||||
|
||||
. ./test-utils.sh
|
||||
|
||||
dmsetup_has_dm_devdir_support_ || exit 200
|
||||
|
||||
lv_is_on_ ()
|
||||
{
|
||||
local lv=$vg/$1
|
||||
|
@ -14,8 +14,6 @@ test_description="ensure that pvmove works with basic options"
|
||||
|
||||
. ./test-utils.sh
|
||||
|
||||
dmsetup_has_dm_devdir_support_ || exit 200
|
||||
|
||||
# ---------------------------------------------------------------------
|
||||
# Utilities
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user