diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2005-03-12 02:36:52 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2005-03-12 02:36:52 +0000 |
commit | db0b512f742c0f20159c2f14cef40c1e29aafed4 (patch) | |
tree | 2a86f33d131c0e1e1c5552a31cc0c2d85fe11445 /ftp/curl/files/patch-tests::runtests.pl | |
parent | Drop maintainership (diff) |
Update to curl 7.13.1, which also takes care of the recent security
issue.
Notes
Notes:
svn path=/head/; revision=130953
Diffstat (limited to 'ftp/curl/files/patch-tests::runtests.pl')
-rw-r--r-- | ftp/curl/files/patch-tests::runtests.pl | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/ftp/curl/files/patch-tests::runtests.pl b/ftp/curl/files/patch-tests::runtests.pl index 0d8ccf4a0187..a27a3eae8e77 100644 --- a/ftp/curl/files/patch-tests::runtests.pl +++ b/ftp/curl/files/patch-tests::runtests.pl @@ -1,11 +1,11 @@ ---- tests/runtests.pl.orig Tue Dec 21 09:55:34 2004 -+++ tests/runtests.pl Tue Dec 21 09:55:07 2004 -@@ -1599,7 +1599,7 @@ - } - elsif ($ARGV[0] eq "-c") { - # use this path to curl instead of default -- $CURL=$ARGV[1]; -+ $CURL=$DBGCURL=$ARGV[1]; - shift @ARGV; - } - elsif ($ARGV[0] eq "-d") { +--- 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"; |