1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-06-20 12:10:31 -04:00
ports/ftp/curl/files/patch-tests::runtests.pl
2005-03-12 02:36:52 +00:00

11 lines
358 B
Perl

--- tests/runtests.pl.orig Sat Mar 12 03:40:30 2005
+++ tests/runtests.pl Sat Mar 12 03:40:39 2005
@@ -29,7 +29,7 @@
@INC=(@INC, $ENV{'srcdir'}, ".");
require "getpart.pm"; # array functions
-require "valgrind.pm"; # valgrind report parser
+#require "valgrind.pm"; # valgrind report parser
my $srcdir = $ENV{'srcdir'} || '.';
my $HOSTIP="127.0.0.1";