mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-03 05:18:29 +03:00
tests: use prefix for VG name
This commit is contained in:
parent
712f7dfb4c
commit
d0644fb2c3
@ -37,7 +37,7 @@ aux extend_filter "a|$LOOP|"
|
||||
|
||||
# creation should fail for 'partitioned' loop device
|
||||
not pvcreate -y "$LOOP"
|
||||
not vgcreate $SHARED vg "$LOOP"
|
||||
not vgcreate $SHARED ${PREFIX}vg "$LOOP"
|
||||
|
||||
aux teardown_devs
|
||||
|
||||
@ -61,4 +61,4 @@ aux extend_filter "a|$LOOP|"
|
||||
# creation should pass for 'non-partitioned' loop device
|
||||
pvcreate -y "$LOOP"
|
||||
|
||||
vgcreate $SHARED vg "$LOOP"
|
||||
vgcreate $SHARED ${PREFIX}vg "$LOOP"
|
||||
|
Loading…
Reference in New Issue
Block a user