From 1ba0302352b320108b3ca23130ceca1d46f0a999 Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Mon, 14 Dec 2015 13:27:00 +0100 Subject: test framework: Unset http proxy variables in setupenvironment This breaks a lot of test cases Gbp-Dch: ignore --- test/integration/framework | 1 + 1 file changed, 1 insertion(+) 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" } -- cgit v1.2.3