diff options
Diffstat (limited to 't/lib')
-rw-r--r-- | t/lib/io_unix.t | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/t/lib/io_unix.t b/t/lib/io_unix.t index e1c89c4ebd..7338861fb4 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) { |