summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2015-12-14 13:33:55 +0100
committerJulian Andres Klode <jak@debian.org>2015-12-14 13:33:55 +0100
commit59f57473ab85d3fb3354d086db2df2466c1c3896 (patch)
tree246583751152108e9a99e507304deaa9eac6c500
parent1ba0302352b320108b3ca23130ceca1d46f0a999 (diff)
test framework: Unset no_proxy as well
This caused test-bug-717891-abolute-uris-for-proxies to fail Gbp-Dch: ignore
-rw-r--r--test/integration/framework2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/framework b/test/integration/framework
index bb734ea0c..ee976aff5 100644
--- a/test/integration/framework
+++ b/test/integration/framework
@@ -398,7 +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
+ unset http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy
msgdone "info"
}