From 9c1f50c583f5213677897afaf354716460c11b64 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 14 Jul 2011 11:03:03 +0200 Subject: runtests: ignore the 'all_proxy' environment variable as well We should probably also make sure that [protocol]_proxy for all possible protocols libcurl supports are unset. --- tests/runtests.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/runtests.pl b/tests/runtests.pl index a498963d0..9a0c0714d 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -308,7 +308,7 @@ $SIG{TERM} = \&catch_zap; # to prevent them to interfere with our testing! my $protocol; -foreach $protocol (('ftp', 'http', 'ftps', 'https', 'no')) { +foreach $protocol (('ftp', 'http', 'ftps', 'https', 'no', 'all')) { my $proxy = "${protocol}_proxy"; # clear lowercase version delete $ENV{$proxy} if($ENV{$proxy}); -- cgit v1.2.3