Commit 2aef3519 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

memanalyze is now moved to the tests/ dir

parent d88c153c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;