From: Ralph Corderoy Date: Sat, 20 Jan 2018 08:57:40 +0000 (+0000) Subject: test/common.sh.in: Unset libcurl(3)'s proxy environment variables. X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/5303e0f65b71e1336944a5b10356d6a99528511a?ds=inline;hp=5303e0f65b71e1336944a5b10356d6a99528511a test/common.sh.in: Unset libcurl(3)'s proxy environment variables. Debian's packager, Alexander Zanger, reported test/oauth/test-* problems due to environment variables for the system's network proxies. David Levine suggested the unsetting of them. The tests only make HTTP connections so just the variables affecting those are unset. ---