summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2013-05-31 21:58:51 +0200
committerZdenek Kabelac <zkabelac@redhat.com>2013-05-31 21:58:51 +0200
commitc5f7d401e5e558ea7dffaa326a27dd432241e639 (patch)
tree0b3901d6ba7df27ed14c58940c04c3cf90ce934c
parentdb2b65704cb3e6d2b17dbc775017b36d8a23b5bd (diff)
downloadlvm2-c5f7d401e5e558ea7dffaa326a27dd432241e639.tar.gz
tests: missed skip in test
-rw-r--r--test/shell/lvconvert-repair-raid.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/shell/lvconvert-repair-raid.sh b/test/shell/lvconvert-repair-raid.sh
index f087f32a8..31d511697 100644
--- a/test/shell/lvconvert-repair-raid.sh
+++ b/test/shell/lvconvert-repair-raid.sh
@@ -12,12 +12,12 @@
. lib/test
test -e LOCAL_CLVMD && skip
+aux target_at_least dm-raid 1 1 0 || skip
aux lvmconf 'allocation/maximise_cling = 0'
aux lvmconf 'allocation/mirror_logs_require_separate_pvs = 1'
aux prepare_vg 8
-aux target_at_least dm-raid 1 1 0
# RAID5 single replace
lvcreate --type raid5 -i 2 -l 2 -n $lv1 $vg "$dev1" "$dev2" "$dev3"