From: Julian Andres Klode Date: Mon, 14 Dec 2015 12:27:00 +0000 (+0100) Subject: test framework: Unset http proxy variables in setupenvironment X-Git-Tag: 1.1.5~7 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/1ba0302352b320108b3ca23130ceca1d46f0a999 test framework: Unset http proxy variables in setupenvironment This breaks a lot of test cases Gbp-Dch: ignore --- diff --git a/test/integration/framework b/test/integration/framework index 8ea1e1c0d..bb734ea0c 100644 --- a/test/integration/framework +++ b/test/integration/framework @@ -398,6 +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 msgdone "info" }