cURL / Mailing Lists / curl-users / Single Mail

curl-users

Fwd: Bug#210253: curl: clear http_proxy when running testsuite

From: Domenico Andreoli <cavok_at_filibusta.crema.unimi.it>
Date: Thu, 11 Sep 2003 01:31:15 +0200

hi,

David pointed out a fix for a test suite problem..

thanks David!

cheers
dom

----- Forwarded message from David Kimdon <dwhedon_at_debian.org> -----

Date: Wed, 10 Sep 2003 12:52:50 +0200
From: David Kimdon <dwhedon_at_debian.org>
To: Debian Bug Tracking System <maintonly_at_bugs.debian.org>
Reply-To: David Kimdon <dwhedon_at_debian.org>,
        210253-maintonly_at_bugs.debian.org
Subject: Bug#210253: curl: clear http_proxy when running testsuite

Package: curl
Version: 7.10.7-1
Severity: wishlist
Tags: patch

Hi,

I have http_proxy set by default in my environment. When I try to build
the curl package (rebuilding for Debian woody) the curl fails when this
variable is set. The suggested patch clears http_proxy before running
the testsuite.

-David

diff -u curl-7.10.7/debian/rules curl-7.10.7/debian/rules
--- curl-7.10.7/debian/rules
+++ curl-7.10.7/debian/rules
@@ -36,8 +36,8 @@
 #test-stamp: DH_OPTIONS=
 test-stamp: build-stamp
         dh_testdir
- ${MAKE} -C debian/build test
- -${MAKE} -C debian/build-dbg test
+ http_proxy= ${MAKE} -C debian/build test
+ -http_proxy= ${MAKE} -C debian/build-dbg test
         touch test-stamp
 
 clean:

-- System Information
Debian Release: 3.0
Architecture: i386
Kernel: Linux fumanchu 2.4.21 #8 SMP Tue Aug 26 15:34:09 CEST 2003 i686
Locale: LANG=C, LC_CTYPE=C

----- End forwarded message -----

-----[ Domenico Andreoli, aka cavok
 --[ http://filibusta.crema.unimi.it/~cavok/gpgkey.asc
   ---[ 3A0F 2F80 F79C 678A 8936 4FEE 0677 9033 A20E BC50

-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
Received on 2003-09-11