tests: Bugfix: use exit_gracefully() in t/200-urgency-timer
This commit is contained in:
parent
236f9f45e3
commit
2fba607e4d
|
@ -106,4 +106,6 @@ cmd '[id="' . $w->id . '"] focus';
|
||||||
@urgent = grep { $_->{urgent} } @content;
|
@urgent = grep { $_->{urgent} } @content;
|
||||||
is(@urgent, 0, 'window 1 not marked as urgent anymore');
|
is(@urgent, 0, 'window 1 not marked as urgent anymore');
|
||||||
|
|
||||||
|
exit_gracefully($pid);
|
||||||
|
|
||||||
done_testing;
|
done_testing;
|
||||||
|
|
Loading…
Reference in New Issue