summaryrefslogtreecommitdiffstats
path: root/test/lib/aux.sh
diff options
context:
space:
mode:
authorAlasdair Kergon <agk@redhat.com>2012-03-06 02:54:31 +0000
committerAlasdair Kergon <agk@redhat.com>2012-03-06 02:54:31 +0000
commitd36313a41865dfbf837e463f4c4be6bdcd28f9cc (patch)
tree2418b1c2cbd2deb5970b5b53bdefe34fc6919e12 /test/lib/aux.sh
parentce05af1d321cf5c170cdf6b6a10c9c6fb5ec74c8 (diff)
downloadlvm2-d36313a41865dfbf837e463f4c4be6bdcd28f9cc.tar.gz
lvm2-d36313a41865dfbf837e463f4c4be6bdcd28f9cc.tar.xz
lvm2-d36313a41865dfbf837e463f4c4be6bdcd28f9cc.zip
Change pvscan --cache syntax
Diffstat (limited to 'test/lib/aux.sh')
-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 4543b413..42f886ad 100644
--- a/test/lib/aux.sh
+++ b/test/lib/aux.sh
@@ -334,7 +334,7 @@ disable_dev() {
min=$(($(stat --printf=0x%T $dev)))
echo "disabling device $dev ($maj:$min)"
dmsetup remove -f $dev || true
- notify_lvmetad $maj:$min
+ notify_lvmetad --major $maj --minor $min
done
finish_udev_transaction