From: Michael Stapelberg Date: Sat, 22 Sep 2012 12:19:20 +0000 (+0200) Subject: tests: fix t/113-urgent.t after previous commit X-Git-Tag: 4.4~142 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=9dbbe400a16d483fa5a42c00c71697866977a9d5;p=i3%2Fi3 tests: fix t/113-urgent.t after previous commit --- diff --git a/testcases/t/113-urgent.t b/testcases/t/113-urgent.t index 10368532..58eff694 100644 --- a/testcases/t/113-urgent.t +++ b/testcases/t/113-urgent.t @@ -14,9 +14,17 @@ # • http://onyxneon.com/books/modern_perl/modern_perl_a4.pdf # (unless you are already familiar with Perl) -use i3test; +use i3test i3_autostart => 0; use List::Util qw(first); +my $config = <input_focus, $bottom->id, 'oldest urgent window focused'); $bottom->delete_hint('urgency'); sync_with_i3; +exit_gracefully($pid); + done_testing;