summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Teigland <teigland@redhat.com>2016-05-05 15:44:27 -0500
committerDavid Teigland <teigland@redhat.com>2016-05-23 12:01:11 -0500
commit757f7d55082844a17372e4e83c6a95884c2550a8 (patch)
tree4a74fe5a08edb2993c53e8f6afd3fa65f85ca829
parent3d3efd7ab80f200148f8c133521320642aa9d221 (diff)
downloadlvm2-757f7d55082844a17372e4e83c6a95884c2550a8.tar.gz
test: lvmetad-disabled
-rw-r--r--test/shell/lvmetad-disabled.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/shell/lvmetad-disabled.sh b/test/shell/lvmetad-disabled.sh
index e905ba7e3..41f11265f 100644
--- a/test/shell/lvmetad-disabled.sh
+++ b/test/shell/lvmetad-disabled.sh
@@ -42,7 +42,7 @@ while ! test -e "$TESTDIR/lvmetad.socket"; do echo -n .; sleep .1; done # wait f
test -e "$LVM_LVMETAD_PIDFILE"
cp "$LVM_LVMETAD_PIDFILE" LOCAL_LVMETAD
-not pvscan --cache 2>&1 | tee out
+pvscan --cache 2>&1 | tee out
grep "WARNING: Disabling lvmetad cache" out
pvs 2>&1 | tee out