aboutsummaryrefslogtreecommitdiff
path: root/testcases
diff options
context:
space:
mode:
authorOrestis Floros <orestisflo@gmail.com>2022-10-24 19:57:07 +0200
committerGitHub <noreply@github.com>2022-10-24 19:57:07 +0200
commitb18b80ca403ad9d4ffc29c246692cc69f17d9cd8 (patch)
treea1503fbb7d182fe8edcbb7e60829f6a372ac43f9 /testcases
parent5e759ed42458cad850dbff3b8b3d3a60f675571c (diff)
downloadi3-b18b80ca403ad9d4ffc29c246692cc69f17d9cd8.tar.gz
i3-b18b80ca403ad9d4ffc29c246692cc69f17d9cd8.zip
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.
Diffstat (limited to 'testcases')
-rw-r--r--testcases/t/318-i3-dmenu-desktop.t2
1 files changed, 1 insertions, 1 deletions
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);