summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2015-04-22 11:06:29 +0200
committerZdenek Kabelac <zkabelac@redhat.com>2015-04-22 11:18:31 +0200
commit2fea7208810ace2b4ab08408d12ab5e728f498b0 (patch)
tree9261ca3070aca71903d7cc74815f7add9832d66a
parent4b161de2e5afac32ab99c3d5bb2ffe65be5dce13 (diff)
downloadlvm2-2fea7208810ace2b4ab08408d12ab5e728f498b0.tar.gz
tests: add missing "" around dev
-rw-r--r--test/shell/select-tools-thin.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/shell/select-tools-thin.sh b/test/shell/select-tools-thin.sh
index d70289fbb..f4d49eb2b 100644
--- a/test/shell/select-tools-thin.sh
+++ b/test/shell/select-tools-thin.sh
@@ -24,7 +24,7 @@ aux prepare_pvs 1 16
# selecting on initial state (here, thin origin LV thin_orig is removed
# first, but thin snap should be still selectable based on origin=thin_orig
# condition even though thin_orig has just been removed)
-vgcreate -s 4m $vg1 $dev1
+vgcreate -s 4m $vg1 "$dev1"
lvcreate -l100%FREE -T $vg1/pool
lvcreate -V4m -T $vg1/pool -n thin_orig
lvcreate -s $vg1/thin_orig -n thin_snap