Skip to content

Commit 1d55515

Browse files
committed
Didn't specify how many tests to skip in d0172d0
Hint, it should have been 1
1 parent 51e7795 commit 1d55515

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/MM_Cygwin.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ SKIP: {
116116

117117
# Our copy of Perl (with a unix-path) should always be executable.
118118
SKIP: {
119-
skip "The Perl may not be installed yet when in core" if $ENV{PERL_CORE};
119+
skip "The Perl may not be installed yet when in core", 1 if $ENV{PERL_CORE};
120120
ok(MM->maybe_command($Config{perlpath}), qq{'$Config{perlpath}' should be executable});
121121
}
122122

0 commit comments

Comments
 (0)