aboutsummaryrefslogtreecommitdiff
path: root/tests/runtests.pl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/runtests.pl')
-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;