Merging pp_bit_or and pp_bit_xor shrinks the object code by about .7K.
[p5sagit/p5-mst-13.2.git] / t / TEST
diff --git a/t/TEST b/t/TEST
index 59c8fa5..39e889c 100755 (executable)
--- a/t/TEST
+++ b/t/TEST
@@ -367,7 +367,7 @@ EOT
                my $valgrind = $ENV{VALGRIND} // 'valgrind';
                $perl = "$valgrind --suppressions=perl.supp --leak-check=yes "
                                . "--leak-resolution=high --show-reachable=yes "
-                               . "--num-callers=50 --logfile-fd=3 $perl";
+                               . "--num-callers=50 --log-fd=3 $perl";
                $redir = "3>$valgrind_log";
            }
            my $run = "$perl" . _quote_args("$testswitch $switch $utf8")
@@ -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;
                    }