summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/lib/aux.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lib/aux.sh b/test/lib/aux.sh
index 4ae596dd..4543b413 100644
--- a/test/lib/aux.sh
+++ b/test/lib/aux.sh
@@ -80,7 +80,7 @@ prepare_lvmetad() {
notify_lvmetad() {
if test -e LOCAL_LVMETAD; then
- pvscan --lvmetad "$@" || true
+ pvscan --cache "$@" || true
fi
}