This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
da9d679
)
Tests running in cpan (and dist) are also allowed to generate noisy TAP.
author
Nicholas Clark
<nick@ccl4.org>
Sun, 27 Sep 2009 08:56:40 +0000
(09:56 +0100)
committer
Nicholas Clark
<nick@ccl4.org>
Sun, 27 Sep 2009 08:56:40 +0000
(09:56 +0100)
t/TEST
patch
|
blob
|
blame
|
history
diff --git
a/t/TEST
b/t/TEST
index
04355f4
..
19f8fb1
100755
(executable)
--- 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;
}