Remove code specific to MacOS Classic from core tests
[p5sagit/p5-mst-13.2.git] / t / io / openpid.t
index 449a268..7503f34 100644 (file)
@@ -13,7 +13,7 @@ BEGIN {
     require './test.pl';
 }
 
-if ($^O eq 'dos' || $^O eq 'MacOS') {
+if ($^O eq 'dos') {
     skip_all("no multitasking");
 }