Просмотр исходного кода

test framework: Unset http proxy variables in setupenvironment

This breaks a lot of test cases

Gbp-Dch: ignore
Julian Andres Klode лет назад: 10
Родитель
Сommit
1ba0302352
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      test/integration/framework

+ 1 - 0
test/integration/framework

@@ -398,6 +398,7 @@ EOF
 	export LC_ALL=C.UTF-8
 	export LC_ALL=C.UTF-8
 	unset LANGUAGE APT_CONFIG
 	unset LANGUAGE APT_CONFIG
 	unset GREP_OPTIONS DEB_BUILD_PROFILES
 	unset GREP_OPTIONS DEB_BUILD_PROFILES
+	unset http_proxy HTTP_PROXY https_proxy HTTPS_PROXY
 	msgdone "info"
 	msgdone "info"
 }
 }