summaryrefslogtreecommitdiff
path: root/ftp/curl/files/patch-tests::runtests.pl
blob: 091c225ff81bd38f9b99f76fc692ab173467c2b7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Do not use valgrind.
Forwarded: not-needed
Author: Peter Pentchev <roam@FreeBSD.org>
Last-Update: 2009-11-13

--- a/tests/runtests.pl
+++ b/tests/runtests.pl
@@ -88,7 +88,7 @@
     );
 
 require "getpart.pm"; # array functions
-require "valgrind.pm"; # valgrind report parser
+#require "valgrind.pm"; # valgrind report parser
 require "ftp.pm";
 
 my $HOSTIP="127.0.0.1";   # address on which the test server listens