summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Teigland <teigland@redhat.com>2016-04-19 09:18:31 -0500
committerDavid Teigland <teigland@redhat.com>2016-04-19 09:19:33 -0500
commitf71af50e5970fc1d3181b278deedcdc5225bc043 (patch)
tree67e81de630666afa117aaac68f4513ff5e8abeac
parentbcfb248e33e481bddf3136fcc13588b918f95e11 (diff)
downloadlvm2-f71af50e5970fc1d3181b278deedcdc5225bc043.tar.gz
Revert "tests: use should for failing test"
This reverts commit 50633039bfb5ef9a89e419ca7ad7ad49304d1c0d.
-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 824c1d54f..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"
-should not vgscan --cache
+vgscan --cache
pvs | tee out
not grep "$dev1" out
vgcreate --metadatatype 1 $vg1 "$dev1"
-should not vgscan --cache
+vgscan --cache
vgs | tee out
not grep $vg1 out
pvs | tee out