From: Michael Stapelberg Date: Mon, 26 Mar 2012 15:00:44 +0000 (+0200) Subject: testsuite: explicitly start Xdummy with -nolisten tcp X-Git-Tag: 4.2~39 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=941267e98ebb7c9f10ba3ffaa23f1391de00da57;p=i3%2Fi3 testsuite: explicitly start Xdummy with -nolisten tcp --- diff --git a/testcases/lib/StartXDummy.pm b/testcases/lib/StartXDummy.pm index 3df78200..c854a62e 100644 --- a/testcases/lib/StartXDummy.pm +++ b/testcases/lib/StartXDummy.pm @@ -99,7 +99,7 @@ sub start_xdummy { # Xorg configuration. The tests should be independant from the # actual system X configuration. my $socket = fork_xserver($displaynum, './Xdummy', ":$displaynum", - '-config', '/dev/null'); + '-config', '/dev/null', '-nolisten', 'tcp'); push(@displays, ":$displaynum"); push(@sockets_waiting, $socket); $displaynum++;