]> sourceware.org Git - lvm2.git/commitdiff
Avoid spurious skips in the testsuite due to obsoleted
authorPetr Rockai <prokai@redhat.com>
Wed, 7 Apr 2010 16:00:19 +0000 (16:00 +0000)
committerPetr Rockai <prokai@redhat.com>
Wed, 7 Apr 2010 16:00:19 +0000 (16:00 +0000)
dmsetup_has_dm_devdir_support_.

test/t-mirror-basic.sh
test/t-mirror-lvconvert-usage.sh
test/t-mirror-lvconvert.sh
test/t-mirror-names.sh
test/t-mirror-vgreduce-removemissing.sh
test/t-pvmove-basic.sh

index 7577d9c7a5634f2624776eab2821a87b897aa446..92a29f01f9c4b7bb026fa69067a45251d4212a07 100755 (executable)
@@ -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
 
index d27c1b30ab1541fec12bef04e7af0bbaf06d1216..5b05e58cf8e8ead7eba5017f4e1aa6267b339e60 100644 (file)
 
 . ./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
index 5c614e57779651ef3e65f0e586920fd7dd96b322..ce36cf5ed11ad47c9fdf4f4e4f1c51742b03b211 100755 (executable)
@@ -11,8 +11,6 @@
 
 . ./test-utils.sh
 
-dmsetup_has_dm_devdir_support_ || exit 200
-
 mimages_are_redundant_ ()
 {
   local vg=$1
index edf9fd7ad49a328804f5ebf06e7d9f4131a9a847..1363d84d1922c63c52efbdb61df7155f76bc7893 100644 (file)
@@ -14,8 +14,6 @@ test_description="check namings of mirrored LV"
 
 . ./test-utils.sh
 
-dmsetup_has_dm_devdir_support_ || exit 200
-
 # ---------------------------------------------------------------------
 # Utilities
 
index b57e50f358d7969390e52cae784aff854f018d18..0f6a8b033a60db82b9d0e6078ee2abe4adb647f5 100755 (executable)
@@ -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
index f182c6340f7f7e5e92bd3bd992c8a41cb568ae22..82757cd9394881641a248a9c7d712bedcb78cdcd 100755 (executable)
@@ -14,8 +14,6 @@ test_description="ensure that pvmove works with basic options"
 
 . ./test-utils.sh
 
-dmsetup_has_dm_devdir_support_ || exit 200
-
 # ---------------------------------------------------------------------
 # Utilities
 
This page took 0.045219 seconds and 5 git commands to generate.