1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-03-10 16:58:47 +03:00

tests: drop unneeded check

Test should actually fail in this condition as it's testing lvmetad.
This commit is contained in:
Zdenek Kabelac 2017-07-09 13:35:40 +02:00
parent 4a5eea7758
commit c3d8ee4da2

View File

@ -16,9 +16,6 @@ SKIP_WITH_LVMPOLLD=1
. lib/inittest
# check we can talk to lvmetad
(echo | aux lvmetad_talk) || skip
aux prepare_pvs 2
vgcreate $vg1 "$dev1" "$dev2"
lvcreate -n bar -l 1 $vg1