for QNX6
[p5sagit/p5-mst-13.2.git] / ext / IO / lib / IO / t / io_unix.t
index 2f6def0..c996e6d 100644 (file)
@@ -27,7 +27,7 @@ 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') {
+       } elsif ($^O =~ m/^(?:qnx|nto)$/ ) {
            $reason = 'Not implemented';
        }
        undef $reason if $^O eq 'VMS' and $Config{d_socket};