tests: Bugfix: use exit_gracefully() in t/200-urgency-timer

next
Michael Stapelberg 2012-09-22 14:51:38 +02:00
parent 236f9f45e3
commit 2fba607e4d
1 changed files with 2 additions and 0 deletions

View File

@ -106,4 +106,6 @@ cmd '[id="' . $w->id . '"] focus';
@urgent = grep { $_->{urgent} } @content;
is(@urgent, 0, 'window 1 not marked as urgent anymore');
exit_gracefully($pid);
done_testing;