From 2ec51e6185ba84578fbe314ba96be8b7d0f18bdc Mon Sep 17 00:00:00 2001 From: Ondrej Kozina Date: Tue, 12 May 2015 16:00:08 +0200 Subject: [PATCH] tests: remove forgotten -vvvv option --- test/shell/pvmove-resume-2.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/shell/pvmove-resume-2.sh b/test/shell/pvmove-resume-2.sh index 5bdfd7d87..7ae3721a2 100644 --- a/test/shell/pvmove-resume-2.sh +++ b/test/shell/pvmove-resume-2.sh @@ -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