1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

tests: add double quotes around add_to_kill_list parms

This commit is contained in:
Ondrej Kozina 2015-04-24 11:42:26 +02:00 committed by Zdenek Kabelac
parent d7888e8316
commit d9176782fe
3 changed files with 8 additions and 8 deletions

View File

@ -51,11 +51,11 @@ if test -z "$backgroundarg" ; then
lvs -a $vg $vg1
else
"${cmd1[@]}"
aux add_to_kill_list ${cmd1[*]} -P 1
aux add_to_kill_list "${cmd1[*]}" -P 1
"${cmd2[@]}"
aux add_to_kill_list ${cmd2[*]} -P 1
aux add_to_kill_list "${cmd2[*]}" -P 1
"${cmd3[@]}"
aux add_to_kill_list ${cmd3[*]} -P 1
aux add_to_kill_list "${cmd3[*]}" -P 1
fi
# test removal of all pvmove LVs

View File

@ -41,9 +41,9 @@ if test -z "$backgroundarg" ; then
aux wait_pvmove_lv_ready "$vg-pvmove1"
else
"${cmd1[@]}"
aux add_to_kill_list ${cmd1[*]} -P 1
aux add_to_kill_list "${cmd1[*]}" -P 1
"${cmd2[@]}"
aux add_to_kill_list ${cmd2[*]} -P 1
aux add_to_kill_list "${cmd2[*]}" -P 1
fi
# remove specific device

View File

@ -334,9 +334,9 @@ check_and_cleanup_lvs_
#COMM "pvmove abort"
restore_lvs_
cmd=$(echo -n pvmove $mode -i100 -b "$dev1" "$dev3")
$cmd
aux add_to_kill_list "$cmd" "-P 1"
cmd=(pvmove $mode -i100 -b "$dev1" "$dev3")
"${cmd[@]}"
aux add_to_kill_list "${cmd[*]}" -P 1
pvmove --abort
check_and_cleanup_lvs_