X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flib%2Fio_unix.t;h=7338861fb4d6affcde4d02ec03d77cf95aa45591;hb=41af67ece9e9160bd6c5f33ad5ae5d493a869b60;hp=e1c89c4ebd8bc99a5ad43a1b0bfcd12e5b1238bd;hpb=202975e60ee076fd8796877b28774137051a97c4;p=p5sagit%2Fp5-mst-13.2.git 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) {