From 2ca68e979fbe08c49aa57de9a0ecc74a1a409550 Mon Sep 17 00:00:00 2001 From: Julian Andres Klode <julian.klode@canonical.com> Date: Mon, 7 Jan 2019 16:26:19 -0500 Subject: [PATCH] testsuite: Unset https_proxy and http_proxy This breaks the autopkgtest on Ubuntu, as they use a proxy, and that responds with 403. --- testsuite | 3 +++ 1 file changed, 3 insertions(+) diff --git a/testsuite b/testsuite index 5c25d9a..46df506 100755 --- a/testsuite +++ b/testsuite @@ -28,6 +28,9 @@ set -e # for handling jobspecs: set -m +# Unset proxy to make sure curl behaves correctly +unset https_proxy http_proxy + hddemux=$(which hddemux) || hddemux=./hddemux [ -x "$hddemux" ] -- GitLab