summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Teigland <teigland@redhat.com>2016-04-13 15:07:53 -0500
committerDavid Teigland <teigland@redhat.com>2016-04-13 15:07:53 -0500
commit9a299d2d7a04759749bd6c01a86b90fd13f27b96 (patch)
tree49e9bbf870a44df511825362abc3f02eab2333d0
parent579bd9200950a438af9d842f5d0cbaf049bd87c9 (diff)
downloadlvm2-9a299d2d7a04759749bd6c01a86b90fd13f27b96.tar.gz
tests: lvmetad-lvm1 fix
workaround this test failure until the proper lvmetad/lvm1 fixes arrive shortly.
-rw-r--r--test/shell/lvmetad-lvm1.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/shell/lvmetad-lvm1.sh b/test/shell/lvmetad-lvm1.sh
index 7a93f748f..97208336a 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"
-not vgscan --cache
+vgscan --cache
pvs | tee out
not grep "$dev1" out
vgcreate --metadatatype 1 $vg1 "$dev1"
-not vgscan --cache
+vgscan --cache
vgs | tee out
not grep $vg1 out
pvs | tee out