testsuite: explicitly start Xdummy with -nolisten tcp

This commit is contained in:
Michael Stapelberg 2012-03-26 17:00:44 +02:00
parent e19c7b7bae
commit 941267e98e
1 changed files with 1 additions and 1 deletions

View File

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