]> git.saurik.com Git - apt.git/commitdiff
test framework: Unset http proxy variables in setupenvironment
authorJulian Andres Klode <jak@debian.org>
Mon, 14 Dec 2015 12:27:00 +0000 (13:27 +0100)
committerJulian Andres Klode <jak@debian.org>
Mon, 14 Dec 2015 12:27:34 +0000 (13:27 +0100)
This breaks a lot of test cases

Gbp-Dch: ignore

test/integration/framework

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