From b18b80ca403ad9d4ffc29c246692cc69f17d9cd8 Mon Sep 17 00:00:00 2001 From: Orestis Floros Date: Mon, 24 Oct 2022 19:57:07 +0200 Subject: [PATCH] i3-dmenu-desktop test: Do not autostart i3 (#5224) This actually fixes a hang that happens on my machine for some reason. Regardless, starting i3 is not necessary for this test. --- testcases/t/318-i3-dmenu-desktop.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testcases/t/318-i3-dmenu-desktop.t b/testcases/t/318-i3-dmenu-desktop.t index 75d983ef..6fd78d48 100644 --- a/testcases/t/318-i3-dmenu-desktop.t +++ b/testcases/t/318-i3-dmenu-desktop.t @@ -18,7 +18,7 @@ # and sends the command to i3 for execution. # Ticket: #5152, #5156 # Bug still in: 4.21-17-g389d555d -use i3test; +use i3test i3_autostart => 0; use i3test::Util qw(slurp); use File::Temp qw(tempfile tempdir); use POSIX qw(mkfifo);