summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOndrej Kozina <okozina@redhat.com>2015-05-12 16:00:08 +0200
committerOndrej Kozina <okozina@redhat.com>2015-05-12 17:16:54 +0200
commit2ec51e6185ba84578fbe314ba96be8b7d0f18bdc (patch)
treeec3fa5271b8bf83d26e278aec6e3460e1128adbc
parent257f7febc7e94f1e5b76593387f8791ac8c1b65d (diff)
downloadlvm2-2ec51e6185ba84578fbe314ba96be8b7d0f18bdc.tar.gz
tests: remove forgotten -vvvv option
-rw-r--r--test/shell/pvmove-resume-2.sh3
1 files changed, 1 insertions, 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