Skip to content
Snippets Groups Projects
Commit 2ca68e97 authored by Julian Andres Klode's avatar Julian Andres Klode Committed by dkg
Browse files

testsuite: Unset https_proxy and http_proxy

This breaks the autopkgtest on Ubuntu, as they use a proxy, and
that responds with 403.
parent 0f367200
Branches
Tags
No related merge requests found
......@@ -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" ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment