Skip to content

Commit

Permalink
TH broke the skip thing once again (cf rt #39031)
Browse files Browse the repository at this point in the history
git-svn-id: https://pause.perl.org:5460/svn/cpanpm/trunk@3341 81f69c26-07c4-0310-b1c3-f486c8728884
  • Loading branch information
andk committed Sep 6, 2008
1 parent c18200d commit e6260c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion t/14forkbomb.t
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ BEGIN {
$|++;
unless (@ARGV && shift(@ARGV) eq "--doit") {
$|=1;
print "1..0 # Skip: test only run when called with --doit\n";
print "1..0 # SKIP test only run when called with --doit\n";
eval "require POSIX; 1" and POSIX::_exit(0);
exit;
}
Expand Down
2 changes: 1 addition & 1 deletion t/31sessions.t
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ BEGIN {
}
if ($exit_message) {
$|=1;
print "1..0 # Skip: $exit_message\n";
print "1..0 # SKIP $exit_message\n";
eval "require POSIX; 1" and POSIX::_exit(0);
}
}
Expand Down

0 comments on commit e6260c2

Please sign in to comment.