summaryrefslogtreecommitdiff
path: root/tests/run_test.pl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run_test.pl')
-rwxr-xr-xtests/run_test.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run_test.pl b/tests/run_test.pl
index eac82857999..2602d6a4dca 100755
--- a/tests/run_test.pl
+++ b/tests/run_test.pl
@@ -105,7 +105,7 @@ sub run_program ($)
my $P;
if ($config_list->check_config ('Valgrind')) {
- $P = new PerlACE::Process ("valgrind ./$program");
+ $P = new PerlACE::Process ($program);
$P->IgnoreExeSubDir(1);
}
else {