for QNX6
Norton T. Allen [Thu, 12 Jul 2001 11:30:51 +0000 (07:30 -0400)]
Message-Id: <200107121530.LAA12631@bottesini.harvard.edu>

p4raw-id: //depot/perl@11316

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};