mirror of
git://sourceware.org/git/lvm2.git
synced 2025-03-10 16:58:47 +03:00
tests: remove extra vgremove
These vgremove calls were not correct.
This commit is contained in:
parent
c23cd12023
commit
a7dc422bde
@ -114,5 +114,3 @@ should vgremove -ff $vg
|
||||
# Let's do a final forced cleanup
|
||||
pvremove --yes -ff "$dev3"
|
||||
pvremove --yes -ff "$dev4"
|
||||
|
||||
vgremove -ff $vg
|
||||
|
@ -26,4 +26,4 @@ aux prepare_lvmetad
|
||||
lvchange -ay $vg1 2>&1 | not grep "Failed to connect"
|
||||
lvchange -ay $vg1 --sysinit 2>&1 | not grep "Failed to connect"
|
||||
|
||||
vgremove -ff $vg
|
||||
vgremove -ff $vg1
|
||||
|
Loading…
x
Reference in New Issue
Block a user