Kurt D. Starsinic [Mon, 23 Oct 2000 16:40:54 +0000 (12:40 -0400)]
Subject: Re: [ID
20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
Message-ID: <
20001023164054.B14491@O2.chapin.edu>
p4raw-id: //depot/perl@7421
print "1..6\n";
-if (Sys::Syslog::_PATH_LOG()) {
+if (Sys::Syslog::_PATH_LOG() and -e Sys::Syslog::_PATH_LOG()) {
print defined(eval { setlogsock('unix') }) ? "ok 1\n" : "not ok 1\n";
print defined(eval { openlog('perl', 'ndelay', 'local0') }) ? "ok 2\n" : "not ok 2\n";
print defined(eval { syslog('info', 'test') }) ? "ok 3\n" : "not ok 3\n";