diff --git a/test/shell/lvmetad-lvm1.sh b/test/shell/lvmetad-lvm1.sh index 97208336a..824c1d54f 100644 --- a/test/shell/lvmetad-lvm1.sh +++ b/test/shell/lvmetad-lvm1.sh @@ -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