Subject: | Tests require running syslog |
Running tests on Linux require access to /dev/log (running syslog),
otherwise tests fail:
no connection to syslog available
- /dev/log is not a socket at
/usr/share/perl5/vendor_perl/Net/Daemon/Log.pm line 114
Server process didn't create a file 'ndtest.prt'. at
/usr/share/perl5/vendor_perl/Net/Daemon/Test.pm line 317.
t/client.t ....
Dubious, test returned 2 (wstat 512, 0x200)
Failed 10/10 subtests
[...]
I think it would be better to redefine logfile RPC::PlClient and
RPC::PlServer member in tests to allow testing even without syslog.