YA sync with mainline
[p5sagit/p5-mst-13.2.git] / t / lib / io_poll.t
index c179ce9..68ad7b7 100755 (executable)
@@ -7,6 +7,11 @@ BEGIN {
     }
 }
 
+if ($^O eq 'mpeix') {
+    print "1..0 # Skip: broken on MPE/iX\n";
+    exit 0;
+}
+
 select(STDERR); $| = 1;
 select(STDOUT); $| = 1;