From: Norton T. Allen Date: Wed, 28 Jul 1999 14:07:16 +0000 (-0400) Subject: UNIX Domain Sockets are not implemented under QNX. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=bb85248ca4a9bd7b7758b0e862fd693f49db3284;p=p5sagit%2Fp5-mst-13.2.git UNIX Domain Sockets are not implemented under QNX. To: perl5-porters@perl.org Subject: [ID 19990728.010] Patch:t/lib/io_unix.t _58 QNX Message-Id: <199907281807.OAA13167@bottesini.harvard.edu> p4raw-id: //depot/cfgperl@3821 --- diff --git a/t/lib/io_unix.t b/t/lib/io_unix.t index e1c89c4..7338861 100644 --- a/t/lib/io_unix.t +++ b/t/lib/io_unix.t @@ -27,6 +27,8 @@ BEGIN { eval {IO::Socket::pack_sockaddr_un('/tmp/foo') || 1} or $@ !~ /not implemented/ or $reason = 'compiled without TCP/IP stack v4'; + } elsif ($^O eq 'qnx') { + $reason = 'Not implemented'; } undef $reason if $^O eq 'VMS' and $Config{d_socket}; if ($reason) {