]> git.saurik.com Git - apt.git/commitdiff
test framework: Unset no_proxy as well
authorJulian Andres Klode <jak@debian.org>
Mon, 14 Dec 2015 12:33:55 +0000 (13:33 +0100)
committerJulian Andres Klode <jak@debian.org>
Mon, 14 Dec 2015 12:33:55 +0000 (13:33 +0100)
This caused test-bug-717891-abolute-uris-for-proxies to fail

Gbp-Dch: ignore

test/integration/framework

index bb734ea0cc2e3418f3bb12fb35451d02b63b986d..ee976aff5dbab2310cc1948accffaa06da3f56de 100644 (file)
@@ -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"
 }