tests__runtests.pl.diff   [plain text]


--- tests/runtests.pl.orig	2009-09-28 12:39:13.000000000 -0700
+++ tests/runtests.pl	2009-09-28 12:39:28.000000000 -0700
@@ -187,7 +187,7 @@
 my $ftpchecktime=1; # time it took to verify our test FTP server
 
 my $stunnel = checkcmd("stunnel4") || checkcmd("stunnel");
-my $valgrind = checktestcmd("valgrind");
+my $valgrind;
 my $valgrind_logfile="--logfile";
 my $valgrind_tool;
 my $gdb = checktestcmd("gdb");