This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Adapt test.valgrind make target to recent valgrinds (3.x)
[perl5.git] / t / TEST
diff --git a/t/TEST b/t/TEST
index 9cb6652..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")