diff options
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/runtests.pl | 2 |
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; |