Integrate macperl patches #16926 and #16938;
[p5sagit/p5-mst-13.2.git] / lib / ExtUtils / t / Command.t
index 709f3e1..2e0e08f 100644 (file)
@@ -106,7 +106,8 @@ BEGIN {
 
     SKIP: {
         if ($^O eq 'amigaos' || $^O eq 'os2' || $^O eq 'MSWin32' ||
-            $^O eq 'NetWare' || $^O eq 'dos' || $^O eq 'cygwin') {
+            $^O eq 'NetWare' || $^O eq 'dos' || $^O eq 'cygwin'  ||
+            $^O eq 'MacOS') {
             skip( "different file permission semantics on $^O", 3);
         }