summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Teigland <teigland@redhat.com>2016-05-03 09:44:03 -0500
committerDavid Teigland <teigland@redhat.com>2016-05-03 14:27:29 -0500
commitbb8e975c8383dd72653c01f89610c1405902d95f (patch)
tree2eb538cb80899ca38cd7b1cbe2b199defd6e880e
parentb466c9b9621835488223d6f743671d95215d3ab9 (diff)
downloadlvm2-bb8e975c8383dd72653c01f89610c1405902d95f.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