mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
tests: add missing "" around dev
This commit is contained in:
parent
4b161de2e5
commit
2fea720881
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user