testsuite: explicitly start Xdummy with -nolisten tcp
This commit is contained in:
parent
e19c7b7bae
commit
941267e98e
@ -99,7 +99,7 @@ sub start_xdummy {
|
|||||||
# Xorg configuration. The tests should be independant from the
|
# Xorg configuration. The tests should be independant from the
|
||||||
# actual system X configuration.
|
# actual system X configuration.
|
||||||
my $socket = fork_xserver($displaynum, './Xdummy', ":$displaynum",
|
my $socket = fork_xserver($displaynum, './Xdummy', ":$displaynum",
|
||||||
'-config', '/dev/null');
|
'-config', '/dev/null', '-nolisten', 'tcp');
|
||||||
push(@displays, ":$displaynum");
|
push(@displays, ":$displaynum");
|
||||||
push(@sockets_waiting, $socket);
|
push(@sockets_waiting, $socket);
|
||||||
$displaynum++;
|
$displaynum++;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user