Package: auto-apt-proxy
Version: 8
Followup-For: Bug #893573
User: [email protected]
Usertags: origin-ubuntu bionic ubuntu-patch
Take two of the patch, now with valid shell syntax. ;)
--
Steve Langasek Give me a lever long enough and a Free OS
Debian Developer to set it on, and I can move the world.
Ubuntu Developer http://www.debian.org/
[email protected] [email protected]
diff -Nru auto-apt-proxy-8/debian/tests/apt-integration
auto-apt-proxy-8ubuntu2/debian/tests/apt-integration
--- auto-apt-proxy-8/debian/tests/apt-integration 2017-11-27
07:50:22.000000000 -0800
+++ auto-apt-proxy-8ubuntu2/debian/tests/apt-integration 2018-03-19
20:50:40.000000000 -0700
@@ -2,6 +2,11 @@
set -eu
+if [ -n "$no_proxy" ]; then
+ echo "no_proxy variable is set, skipping test"
+ exit 0
+fi
+
cd ${AUTOPKGTEST_TMP:-/tmp}
apt-get source auto-apt-proxy