Stay within known facts: what platforms the skippage helps,
Jarkko Hietaniemi [Sun, 16 Mar 2003 21:33:49 +0000 (21:33 +0000)]
and in which it is not needed.

p4raw-id: //depot/perl@18999

ext/POSIX/t/posix.t

index 8d27e40..ea50ea3 100644 (file)
@@ -80,7 +80,8 @@ SKIP: {
 
         printf "%s 11 -   masked SIGINT received %s\n",
           $sigint_called ? "ok" : "not ok",
-          $^O =~ /^(?:darwin|(?:free|net|open)bsd)$/ ?
+          # At least OpenBSD/i386 3.3 is okay, as is NetBSD 1.5.
+          $^O =~ /^(?:darwin|freebsd)$/ ?
              "# TODO $^O seems to loose blocked signals" 
              : '';