mirror of
https://github.com/curl/curl.git
synced 2026-08-24 19:43:41 +03:00
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.
This commit is contained in:
parent
6e3285d5b1
commit
9c1f50c583
1 changed files with 1 additions and 1 deletions
|
|
@ -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});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue