summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
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;
}