1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-03-10 16:58:47 +03:00

tests: bound variables

This commit is contained in:
Zdenek Kabelac 2017-07-13 21:09:45 +02:00
parent e88534b680
commit 870c7bc76c

View File

@ -26,7 +26,7 @@ aux prepare_vg 8
# FIXME: lvconvert leaks 'error' devices
detect_error_leak_()
{
local err
local err=""
for i in $(dmsetup info -c -o name --noheadings) ; do
case "$i" in
@ -66,7 +66,7 @@ function _lvconvert
local stripes=$4
local vg=$5
local lv=$6
local region_size=$7
local region_size=${7-}
local wait_and_check=1
local R=""