diff options
author | Julian Andres Klode <jak@debian.org> | 2015-12-14 13:27:00 +0100 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2015-12-14 13:27:34 +0100 |
commit | 1ba0302352b320108b3ca23130ceca1d46f0a999 (patch) | |
tree | 7df2cdde0a8ba60c6a86e15cc6eef0069b92a0ae /test | |
parent | d27daedb6a0bf672508072100f20233d08ccf0e0 (diff) |
test framework: Unset http proxy variables in setupenvironment
This breaks a lot of test cases
Gbp-Dch: ignore
Diffstat (limited to 'test')
-rw-r--r-- | test/integration/framework | 1 |
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" } |