1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-03-25 18:50:51 +03:00

tests: argless pvremove

This commit is contained in:
Zdenek Kabelac 2014-03-24 10:01:25 +01:00
parent 04861b9bed
commit db1d4ba4ac

View File

@ -15,6 +15,9 @@ aux prepare_devs 3
pvcreate "$dev1"
pvcreate --metadatacopies 0 "$dev2"
pvcreate --metadatacopies 2 "$dev3"
# Fails without give argument
not pvremove
pvremove "$dev2"
# failing, but still removing everything what can be removed