memanalyze is now moved to the tests/ dir

This commit is contained in:
Daniel Stenberg 2002-03-01 09:20:03 +00:00
parent d88c153c7d
commit 2aef351980
1 changed files with 1 additions and 1 deletions

View File

@ -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;