1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-28 20:25:52 +03:00

tests: remove extra vgremove

These vgremove calls were not correct.
This commit is contained in:
Zdenek Kabelac 2014-02-27 14:53:33 +01:00
parent c23cd12023
commit a7dc422bde
2 changed files with 1 additions and 3 deletions

View File

@ -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

View File

@ -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