Unapply an experimental patch that accidentally escaped
[p5sagit/p5-mst-13.2.git] / t / lib / io_unix.t
index e1c89c4..7338861 100644 (file)
@@ -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) {