From: Daniel Stenberg Date: Fri, 1 Mar 2002 09:20:03 +0000 (+0000) Subject: memanalyze is now moved to the tests/ dir X-Git-Tag: curl-7_9_5~30 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2aef351980cb764f11410590036c1aad8dedaacb;p=thirdparty%2Fcurl.git memanalyze is now moved to the tests/ dir --- diff --git a/tests/runtests.pl b/tests/runtests.pl index f1da6f2251..933ff30109 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -52,7 +52,7 @@ my $memory_debug=0; my $memdump="memdump"; # the path to the script that analyzes the memory debug output file: -my $memanalyze="../memanalyze.pl"; +my $memanalyze="./memanalyze.pl"; my $checkstunnel = &checkstunnel;