summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2015-12-14 13:27:00 +0100
committerJulian Andres Klode <jak@debian.org>2015-12-14 13:27:34 +0100
commit1ba0302352b320108b3ca23130ceca1d46f0a999 (patch)
tree7df2cdde0a8ba60c6a86e15cc6eef0069b92a0ae
parentd27daedb6a0bf672508072100f20233d08ccf0e0 (diff)
test framework: Unset http proxy variables in setupenvironment
This breaks a lot of test cases Gbp-Dch: ignore
-rw-r--r--test/integration/framework1
1 files changed, 1 insertions, 0 deletions
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"
}