Adapt test.valgrind make target to recent valgrinds (3.x)
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Sat, 14 Jan 2006 08:49:12 +0000 (08:49 +0000)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Sat, 14 Jan 2006 08:49:12 +0000 (08:49 +0000)
by Jim Cromie

p4raw-id: //depot/perl@26846

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")