Tests for barewords and hash operators need no warnings 'deprecated';
[p5sagit/p5-mst-13.2.git] / t / op / write.t
index f13ac5f..8c2bc54 100644 (file)
@@ -637,7 +637,7 @@ EOP
 # Just a complete test for format, including top-, left- and bottom marging
 # and format detection through glob entries
 
-if ($^O eq 'VMS' || $^O eq 'MSWin32' || $^O eq 'dos' || $^O eq 'MacOS' ||
+if ($^O eq 'VMS' || $^O eq 'MSWin32' || $^O eq 'dos' ||
     ($^O eq 'os2' and not eval '$OS2::can_fork')) {
   $test = curr_test();
  SKIP: {