Skip to content

Commit

Permalink
Grammar fix
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.perl.org/modules/Module-Build/trunk@6652 50811bd7-b8ce-0310-adc1-d9db26280581
  • Loading branch information
kenahoo committed Jul 15, 2006
1 parent 2f627f0 commit 82a698c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/runthrough.t
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ chdir( $cwd ) or die "Can''t chdir to '$cwd': $!";
$dist->remove;

SKIP: {
skip( 'Windows only test', 4 ) unless $^O =~ /^MSWin/;
skip( 'Windows-only test', 4 ) unless $^O =~ /^MSWin/;

my $script_data = <<'---';
@echo off
Expand Down

0 comments on commit 82a698c

Please sign in to comment.