diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-09-27 09:56:40 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-09-27 09:56:40 +0100 |
commit | 4d834435dc9d660f1ed7c02af11b3819346a9d2d (patch) | |
tree | 36e15967823ef82dfb115d1f7504f7e553370ee0 | |
parent | da9d679792344414c2d670008c6c80fffbb2e4b0 (diff) | |
download | perl-4d834435dc9d660f1ed7c02af11b3819346a9d2d.tar.gz |
Tests running in cpan (and dist) are also allowed to generate noisy TAP.
-rwxr-xr-x | t/TEST | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; } |