summaryrefslogtreecommitdiff
path: root/cpan
diff options
context:
space:
mode:
Diffstat (limited to 'cpan')
-rw-r--r--cpan/ExtUtils-MakeMaker/t/MM_Cygwin.t6
1 files changed, 4 insertions, 2 deletions
diff --git a/cpan/ExtUtils-MakeMaker/t/MM_Cygwin.t b/cpan/ExtUtils-MakeMaker/t/MM_Cygwin.t
index 9640ac7fa8..b518c8c79e 100644
--- a/cpan/ExtUtils-MakeMaker/t/MM_Cygwin.t
+++ b/cpan/ExtUtils-MakeMaker/t/MM_Cygwin.t
@@ -115,8 +115,10 @@ SKIP: {
}
# Our copy of Perl (with a unix-path) should always be executable.
-ok(MM->maybe_command($Config{perlpath}), qq{'$Config{perlpath}' should be executable});
-
+SKIP: {
+ skip "The Perl may not be installed yet when in core" if $ENV{PERL_CORE};
+ ok(MM->maybe_command($Config{perlpath}), qq{'$Config{perlpath}' should be executable});
+}
package FakeOut;