summaryrefslogtreecommitdiff
path: root/test/shell/vgcreate-usage.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/shell/vgcreate-usage.sh')
-rw-r--r--test/shell/vgcreate-usage.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/shell/vgcreate-usage.sh b/test/shell/vgcreate-usage.sh
index a1d178d39..df0094c40 100644
--- a/test/shell/vgcreate-usage.sh
+++ b/test/shell/vgcreate-usage.sh
@@ -13,6 +13,8 @@ test_description='Exercise some vgcreate diagnostics'
. lib/inittest
+test -e LOCAL_LVMPOLLD && skip
+
aux prepare_devs 3
pvcreate "$dev1" "$dev2"
pvcreate --metadatacopies 0 "$dev3"