From: Julian Andres Klode Date: Mon, 14 Dec 2015 12:33:55 +0000 (+0100) Subject: test framework: Unset no_proxy as well X-Git-Tag: 1.1.5~6 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/59f57473ab85d3fb3354d086db2df2466c1c3896 test framework: Unset no_proxy as well This caused test-bug-717891-abolute-uris-for-proxies to fail Gbp-Dch: ignore --- diff --git a/test/integration/framework b/test/integration/framework index bb734ea0c..ee976aff5 100644 --- a/test/integration/framework +++ b/test/integration/framework @@ -398,7 +398,7 @@ EOF export LC_ALL=C.UTF-8 unset LANGUAGE APT_CONFIG unset GREP_OPTIONS DEB_BUILD_PROFILES - unset http_proxy HTTP_PROXY https_proxy HTTPS_PROXY + unset http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy msgdone "info" }