test-leak-client.lua: Wait for c:kill() to be done
Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
parent
0dff0c308a
commit
0d8106c6dd
|
@ -62,7 +62,7 @@ local steps = {
|
||||||
-- Wait for one iteration so that gears.timer handles other delayed
|
-- Wait for one iteration so that gears.timer handles other delayed
|
||||||
-- calls (= the tasklist updates)
|
-- calls (= the tasklist updates)
|
||||||
second_call = true
|
second_call = true
|
||||||
else
|
elseif #client.get() == 0 then
|
||||||
assert(#objs == 1)
|
assert(#objs == 1)
|
||||||
|
|
||||||
-- Test that we have a client and that it's invalid (tostring()
|
-- Test that we have a client and that it's invalid (tostring()
|
||||||
|
|
Loading…
Reference in New Issue