summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2009-09-27 09:56:40 +0100
committerNicholas Clark <nick@ccl4.org>2009-09-27 09:56:40 +0100
commit4d834435dc9d660f1ed7c02af11b3819346a9d2d (patch)
tree36e15967823ef82dfb115d1f7504f7e553370ee0
parentda9d679792344414c2d670008c6c80fffbb2e4b0 (diff)
downloadperl-4d834435dc9d660f1ed7c02af11b3819346a9d2d.tar.gz
Tests running in cpan (and dist) are also allowed to generate noisy TAP.
-rwxr-xr-xt/TEST2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/TEST b/t/TEST
index 04355f491f..19f8fb1e6d 100755
--- a/t/TEST
+++ b/t/TEST
@@ -589,7 +589,7 @@ EOT
else {
# module tests are allowed extra output,
# because Test::Harness allows it
- next if $test =~ /^\W*(ext|lib)\b/;
+ next if $test =~ /^\W*(cpan|dist|ext|lib)\b/;
$failure = "FAILED--unexpected output at test $next";
last;
}