Put a watchdog on openpid.t: it has been found to hang in some Win32 smokes.
[p5sagit/p5-mst-13.2.git] / t / io / tell.t
old mode 100755 (executable)
new mode 100644 (file)
index 09b61a3..8e4f14e
@@ -11,7 +11,7 @@ print "1..28\n";
 $TST = 'TST';
 
 $Is_Dosish = ($^O eq 'MSWin32' or $^O eq 'NetWare' or $^O eq 'dos' or
-              $^O eq 'os2' or $^O eq 'mint' or $^O eq 'cygwin' or
+              $^O eq 'os2' or $^O eq 'cygwin' or
               $^O =~ /^uwin/);
 
 open($TST, 'harness') || (die "Can't open harness");