summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2015-12-14 13:27:00 +0100
committerJulian Andres Klode <julian.klode@canonical.com>2019-02-21 16:47:25 +0100
commit14277418f2daa0f668f1d1aa733b6fc404fdf6ad (patch)
tree1e1b1e8f5395f75b9093b7975500322411505330
parent270271363fa59f91ecd8d5d5432e29cd7a9f1ed5 (diff)
test framework: Unset http proxy variables in setupenvironment
This breaks a lot of test cases (cherry picked from commit 1ba0302352b320108b3ca23130ceca1d46f0a999) also: test framework: Unset no_proxy as well This caused test-bug-717891-abolute-uris-for-proxies to fail Gbp-Dch: ignore (cherry picked from commit 59f57473ab85d3fb3354d086db2df2466c1c3896) LP: #1817065
-rw-r--r--test/integration/framework2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/framework b/test/integration/framework
index 3b900a960..62d3a8386 100644
--- a/test/integration/framework
+++ b/test/integration/framework
@@ -245,7 +245,7 @@ setupenvironment() {
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 no_proxy
msgdone "info"
}