Skip to content

Commit

Permalink
Be less scary
Browse files Browse the repository at this point in the history
  • Loading branch information
adamkennedy committed Jun 29, 2009
1 parent c8c798b commit f100be3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/12_bug_47223.t
Expand Up @@ -16,7 +16,7 @@ use File::Spec;
if ($^O eq 'MSWin32') {
plan( tests => 1 );
} else {
plan( skip_all => 'Bug 47223 is only known to exist on Win32.' );
plan( skip_all => 'Only required on Win32.' );
}

my $dist = Win32::GetShortPathName(File::Spec->rel2abs(File::Spec->catfile(qw(t data winzip.zip))));
Expand Down

0 comments on commit f100be3

Please sign in to comment.