This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libfurl-perl.

commit 699fe6358180d19c76a55b91053471d5c7edfc05
Author: gregor herrmann <gre...@debian.org>
Date:   Fri Jun 12 14:11:18 2015 +0200

    Add 1002_unset_http_proxy.patch.
    
    Unset http_proxy environment variable as well, not only HTTP_PROXY, in two
    tests.
---
 debian/patches/1002_unset_http_proxy.patch | 20 ++++++++++++++++++++
 debian/patches/series                      |  1 +
 2 files changed, 21 insertions(+)

diff --git a/debian/patches/1002_unset_http_proxy.patch 
b/debian/patches/1002_unset_http_proxy.patch
new file mode 100644
index 0000000..f37a514
--- /dev/null
+++ b/debian/patches/1002_unset_http_proxy.patch
@@ -0,0 +1,20 @@
+--- a/t/100_low/08_proxy.t
++++ b/t/100_low/08_proxy.t
+@@ -23,6 +23,7 @@
+ my $via = "VIA!VIA!VIA!";
+ 
+ local $ENV{'HTTP_PROXY'} = '';
++local $ENV{'http_proxy'} = '';
+ test_tcp(
+     client => sub {
+         my $proxy_port = shift;
+--- a/t/100_low/32_proxy_auth.t
++++ b/t/100_low/32_proxy_auth.t
+@@ -24,6 +24,7 @@
+ my $via = "VIA!VIA!VIA!";
+ 
+ local $ENV{'HTTP_PROXY'} = '';
++local $ENV{'http_proxy'} = '';
+ test_tcp(
+     client => sub {
+         my $proxy_port = shift;
diff --git a/debian/patches/series b/debian/patches/series
index 71c6ed1..f2adf25 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 1001_relax_timeout_errormsg.patch
+1002_unset_http_proxy.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libfurl-perl.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to