summaryrefslogtreecommitdiffstats
path: root/test/shell/lvconvert-raid.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/shell/lvconvert-raid.sh')
-rw-r--r--test/shell/lvconvert-raid.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/shell/lvconvert-raid.sh b/test/shell/lvconvert-raid.sh
index 73d1a000..66a7a249 100644
--- a/test/shell/lvconvert-raid.sh
+++ b/test/shell/lvconvert-raid.sh
@@ -100,7 +100,7 @@ function is_raid_available()
########################################################
# MAIN
########################################################
-is_raid_available || exit 200
+is_raid_available || skip
aux prepare_vg 5 80
@@ -213,5 +213,3 @@ for i in 1 2 3 ; do
lvconvert --type raid1 $vg/$lv1
lvremove -ff $vg
done
-
-exit 0