test_suite: typo

This commit is contained in:
Frank Liepold 2014-01-13 10:08:10 +01:00
parent 20b54cc525
commit f6d8651b04
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ function lv_config_get_size_logical_volume
if [ $rc -ne 0 ]; then
return $rc
fi
lv_size=$(lv_config_extract_int_from_lv_size_with_unit $lv_size_unit)
lv_size=$(lv_config_extract_int_from_lv_size_with_unit $lv_size_with_unit)
echo $lv_size
}