test-geometry: Wait for c:kill() to be done

Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
Uli Schlachter 2017-01-01 14:31:08 +01:00
parent 0d8106c6dd
commit 30912c6f24
1 changed files with 4 additions and 1 deletions

View File

@ -65,7 +65,10 @@ local steps = {
height = 100
}}
}
-- Wait for the previous c:kill() to be done
if #client.get() == 0 then
return true
end
end,
function(count)
if count == 1 then