]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
memanalyze is now moved to the tests/ dir
authorDaniel Stenberg <daniel@haxx.se>
Fri, 1 Mar 2002 09:20:03 +0000 (09:20 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 1 Mar 2002 09:20:03 +0000 (09:20 +0000)
tests/runtests.pl

index f1da6f2251ae153fee0bc9943e176f8480e5623d..933ff301090cbb0917065ca0d44d6391aa2c206a 100755 (executable)
@@ -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;