summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorYitzchak Scott-Thoennes <sthoenna@efn.org>2006-01-08 22:38:25 -0800
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2006-01-09 14:42:18 +0000
commitdbf51d072f3a6cc24fb165e2f676abaf7526375d (patch)
tree64859751b152e45480983d37f5927b0b1d9fbf51 /t
parent1aa6ea502f811472fe5fb23153ef6b09b3f470ec (diff)
downloadperl-dbf51d072f3a6cc24fb165e2f676abaf7526375d.tar.gz
Re: relaxing TEST restrictions (was: Re: 5.9.3 approaches)
Message-ID: <20060109143825.GB4132@efn.org> p4raw-id: //depot/perl@26757
Diffstat (limited to 't')
-rwxr-xr-xt/TEST3
1 files changed, 3 insertions, 0 deletions
diff --git a/t/TEST b/t/TEST
index 59c8fa5282..9cb6652728 100755
--- a/t/TEST
+++ b/t/TEST
@@ -481,6 +481,9 @@ EOT
die "FAILED--Further testing stopped" . ($1 ? ": $1\n" : ".\n");
}
else {
+ # module tests are allowed extra output,
+ # because Test::Harness allows it
+ next if $test =~ /^\W*(ext|lib)\b/;
$failure = "FAILED--unexpected output at test $next";
last;
}