From: Nicholas Clark Date: Sun, 27 Sep 2009 08:56:40 +0000 (+0100) Subject: Tests running in cpan (and dist) are also allowed to generate noisy TAP. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4d834435dc9d660f1ed7c02af11b3819346a9d2d;p=p5sagit%2Fp5-mst-13.2.git Tests running in cpan (and dist) are also allowed to generate noisy TAP. --- diff --git a/t/TEST b/t/TEST index 04355f4..19f8fb1 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; }