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.
This commit is contained in:
Orestis Floros 2022-10-24 19:57:07 +02:00 committed by GitHub
parent 5e759ed424
commit b18b80ca40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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);