aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-03-01 09:20:03 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-03-01 09:20:03 +0000
commit2aef351980cb764f11410590036c1aad8dedaacb (patch)
treecf6eb78d565dab022f2e1fa2a01cae3e27012488 /tests
parentd88c153c7da2f08ba3db03daab8bae4621b92ea6 (diff)
memanalyze is now moved to the tests/ dir
Diffstat (limited to 'tests')
-rwxr-xr-xtests/runtests.pl2
1 files changed, 1 insertions, 1 deletions
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;