summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarian Csontos <mcsontos@redhat.com>2014-03-03 08:31:33 +0100
committerMarian Csontos <mcsontos@redhat.com>2014-03-03 08:31:33 +0100
commit445c0a5585e196e29cfaef1447e3729ae925751f (patch)
treee574771c1fb87608eb252fb9c0796346dc4d1d51
parent6df716332c25a49ca41f9d68e10afca68dc5dd62 (diff)
downloadlvm2-445c0a5585e196e29cfaef1447e3729ae925751f.tar.gz
test: Remove incorrect evaluation
-rw-r--r--test/shell/lvchange-raid.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/shell/lvchange-raid.sh b/test/shell/lvchange-raid.sh
index b6107b9a5..84c47f27a 100644
--- a/test/shell/lvchange-raid.sh
+++ b/test/shell/lvchange-raid.sh
@@ -252,7 +252,7 @@ run_recovery_rate_check() {
local vg=$1
local lv=${2}${THIN_POSTFIX}
- printf "#\n#\n#\n# %s/%s $(%s): run_recovery_rate_check\n#\n#\n#\n" \
+ printf "#\n#\n#\n# %s/%s %s: run_recovery_rate_check\n#\n#\n#\n" \
$vg $lv $(get lv_field $vg/$lv segtype -a)
lvchange --minrecoveryrate 50 $vg/$lv
lvchange --maxrecoveryrate 100 $vg/$lv