X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FExtUtils%2Ft%2FCommand.t;h=ff9eec1da42156ad7eadba7d0bceefb4c6673ade;hb=d5d4ec93a4679c6ba299b53290a0903a25094cec;hp=2e0e08fa1ad5201b8d25ee57d90584890de64341;hpb=d5201bd266fe42b2df8b480183c08be291a1ad06;p=p5sagit%2Fp5-mst-13.2.git diff --git a/lib/ExtUtils/t/Command.t b/lib/ExtUtils/t/Command.t index 2e0e08f..ff9eec1 100644 --- a/lib/ExtUtils/t/Command.t +++ b/lib/ExtUtils/t/Command.t @@ -107,7 +107,8 @@ BEGIN { SKIP: { if ($^O eq 'amigaos' || $^O eq 'os2' || $^O eq 'MSWin32' || $^O eq 'NetWare' || $^O eq 'dos' || $^O eq 'cygwin' || - $^O eq 'MacOS') { + $^O eq 'MacOS' + ) { skip( "different file permission semantics on $^O", 3); }