From 2aef351980cb764f11410590036c1aad8dedaacb Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 1 Mar 2002 09:20:03 +0000 Subject: [PATCH] memanalyze is now moved to the tests/ dir --- tests/runtests.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/runtests.pl b/tests/runtests.pl index f1da6f225..933ff3010 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;