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

tests: missed conversion

Assuming it should test same number as other functions.
This commit is contained in:
Zdenek Kabelac 2015-05-09 09:15:29 +02:00
parent abcab54cca
commit e3ccf98023

View File

@ -112,7 +112,7 @@ lvchange_single() {
aux check_lvmpolld_init_rq_count 1 "$vg/pvmove0"
aux check_lvmpolld_init_rq_count 1 "$vg1/pvmove0"
else
check_spawned_bg_procs_count $1
test $(aux count_processes_with_tag) -eq $1
fi
}