Attached are two TODO patches for the remaining test failures on VMS.
[p5sagit/p5-mst-13.2.git] / t / io / openpid.t
old mode 100755 (executable)
new mode 100644 (file)
index 449a268..ee4702c
@@ -13,12 +13,12 @@ BEGIN {
     require './test.pl';
 }
 
-if ($^O eq 'dos' || $^O eq 'MacOS') {
+if ($^O eq 'dos') {
     skip_all("no multitasking");
 }
 
 plan tests => 10;
-
+watchdog(15);
 
 use Config;
 $| = 1;