summaryrefslogtreecommitdiff
path: root/test/shell/lvmetad-lvscan-cache.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/shell/lvmetad-lvscan-cache.sh')
-rw-r--r--test/shell/lvmetad-lvscan-cache.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/shell/lvmetad-lvscan-cache.sh b/test/shell/lvmetad-lvscan-cache.sh
index 529753c89..e63fd20a1 100644
--- a/test/shell/lvmetad-lvscan-cache.sh
+++ b/test/shell/lvmetad-lvscan-cache.sh
@@ -15,7 +15,7 @@ test -e LOCAL_LVMETAD || skip
aux prepare_pvs 2
-vgcreate $vg1 $dev1 $dev2
+vgcreate $vg1 "$dev1" "$dev2"
lvcreate -n testlv -m 1 -l 1 $vg1
vgs | grep $vg1
@@ -23,7 +23,7 @@ lvscan --cache $vg1/testlv
vgs | grep $vg1
-aux disable_dev $dev2
+aux disable_dev "$dev2"
# pvscan --cache already ran for the disabled device above, this should be a
# no-op (but should not segfault!)