]> sourceware.org Git - lvm2.git/commitdiff
tests: add missing "" around dev
authorZdenek Kabelac <zkabelac@redhat.com>
Wed, 22 Apr 2015 09:06:29 +0000 (11:06 +0200)
committerZdenek Kabelac <zkabelac@redhat.com>
Wed, 22 Apr 2015 09:18:31 +0000 (11:18 +0200)
test/shell/select-tools-thin.sh

index d70289fbb39f80772b81cff50651eb4ad7a470b1..f4d49eb2b122590d650e76229f051d0d8521d557 100644 (file)
@@ -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
This page took 0.037026 seconds and 5 git commands to generate.