Skip to content

Commit c4abec4

Browse files
committed
Fix number of skipped tests for VMS/MSWin32/Cygwin
1 parent 29ba6e0 commit c4abec4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/fixin.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ END
126126
}
127127

128128
SKIP: {
129-
skip "Not relevant on VMS or MSWin32", 6 if $^O eq 'VMS' || $^O eq 'MSWin32' || $^O eq 'cygwin';
129+
skip "Not relevant on VMS or MSWin32", 3 if $^O eq 'VMS' || $^O eq 'MSWin32' || $^O eq 'cygwin';
130130
local $ENV{PERL_MM_SHEBANG}='relocatable';
131131
test_fixin(<<END,
132132
#!/usr/bin/env perl

0 commit comments

Comments
 (0)