1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

tests: remove forgotten -vvvv option

This commit is contained in:
Ondrej Kozina 2015-05-12 16:00:08 +02:00
parent 257f7febc7
commit 2ec51e6185

View File

@ -91,8 +91,7 @@ lvchange_single() {
}
lvchange_all() {
# remove -vvvv
LVM_TEST_TAG="kill_me_$PREFIX" lvchange -vvvv -aey $vg/$lv1 $vg/$lv2
LVM_TEST_TAG="kill_me_$PREFIX" lvchange -aey $vg/$lv1 $vg/$lv2
# we don't want to spawn more than $1 background pollings
if test -e LOCAL_LVMPOLLD; then