testsuite: explicitly start Xdummy with -nolisten tcp
This commit is contained in:
@ -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++;
|
||||||
|
Reference in New Issue
Block a user