p4raw-id: //depot/perl@13701
if ($^O =~ /cygwin/i) {
plan tests => 17;
} else {
- plan skip_all => 'Test irrelevant outside of Cygwin';
+ plan skip_all => "This is not $^O";
}
}
# is unlikely to be installed on non VMS machines
# (although not impossible: no xs, no sys$parse(), pure perl).
else {
- plan( skip_all => "Only for VMS. You go home now." );
+ plan( skip_all => "This is not $^O" );
}
}