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-06 15:21:43 -0500
commit14cbe4823341c047e37480d3a51794da1ceb6220 (patch)
tree6d713649eaed8faa45ea4487fa0232df59ad0be4
parent269ced6f096205625ec486c206c0eabef62ef03f (diff)
downloadlvm2-14cbe4823341c047e37480d3a51794da1ceb6220.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