From 9dbbe400a16d483fa5a42c00c71697866977a9d5 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Sat, 22 Sep 2012 14:19:20 +0200 Subject: [PATCH] tests: fix t/113-urgent.t after previous commit --- testcases/t/113-urgent.t | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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; -- 2.39.5