mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
tests: use should for failing test
It's better to use 'should' for failing test before it gets fixed, when we ignore failing result.
This commit is contained in:
parent
59b0bd7b64
commit
50633039bf
@ -19,11 +19,11 @@ SKIP_WITH_LVMPOLLD=1
|
||||
|
||||
aux prepare_devs 2
|
||||
pvcreate --metadatatype 1 "$dev1"
|
||||
vgscan --cache
|
||||
should not vgscan --cache
|
||||
pvs | tee out
|
||||
not grep "$dev1" out
|
||||
vgcreate --metadatatype 1 $vg1 "$dev1"
|
||||
vgscan --cache
|
||||
should not vgscan --cache
|
||||
vgs | tee out
|
||||
not grep $vg1 out
|
||||
pvs | tee out
|
||||
|
Loading…
Reference in New Issue
Block a user