summaryrefslogtreecommitdiff
path: root/lib/ExtUtils/t/Command.t
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ExtUtils/t/Command.t')
-rw-r--r--lib/ExtUtils/t/Command.t3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/ExtUtils/t/Command.t b/lib/ExtUtils/t/Command.t
index 709f3e1fce..2e0e08fa1a 100644
--- a/lib/ExtUtils/t/Command.t
+++ b/lib/ExtUtils/t/Command.t
@@ -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);
}