diff options
author | Tom Horsley <Tom.Horsley@mail.ccur.com> | 2003-09-29 13:00:09 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2003-09-29 12:47:37 +0000 |
commit | be0a2b4016c3954b7605c7aa1b8cf0ca10fdf49d (patch) | |
tree | c8fc3e9476076e0ca8c47d44048da68022ddd95f /ext/Sys | |
parent | 279b5f1a612874b608bbd09f6635e256c67090a7 (diff) | |
download | perl-be0a2b4016c3954b7605c7aa1b8cf0ca10fdf49d.tar.gz |
perl-5.8.1 hints/powerux.sh, ext/Sys/Syslog/t/syslog.t
Message-Id: <200309291300.NAA23856@amber2.ccur.com>
p4raw-id: //depot/perl@21387
Diffstat (limited to 'ext/Sys')
-rwxr-xr-x | ext/Sys/Syslog/t/syslog.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/Sys/Syslog/t/syslog.t b/ext/Sys/Syslog/t/syslog.t index bffecaf1a3..8f038d31fb 100755 --- a/ext/Sys/Syslog/t/syslog.t +++ b/ext/Sys/Syslog/t/syslog.t @@ -49,7 +49,7 @@ if (Sys::Syslog::_PATH_LOG()) { if (-e Sys::Syslog::_PATH_LOG()) { # The only known $^O eq 'svr4' that needs this is NCR MP-RAS, # but assuming 'stream' in SVR4 is probably not that bad. - if ($^O =~ /^(solaris|irix|svr4)$/) { + if ($^O =~ /^(solaris|irix|svr4|powerux)$/) { # we should check for stream support here, not for solaris/irix print defined(eval { setlogsock('stream') }) ? "ok 1\n" : "not ok 1 # $!\n"; } else { |