complete-run.pl: automatically start Xdummy instances unless -d is specified
This makes running the testsuite incredibly easy: $ ./complete-run.pl :)
This commit is contained in:
testcases
@ -1,6 +1,8 @@
|
||||
package SocketActivation;
|
||||
# vim:ts=4:sw=4:expandtab
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
use IO::Socket::UNIX; # core
|
||||
use Cwd qw(abs_path); # core
|
||||
use POSIX; # core
|
||||
|
Reference in New Issue
Block a user