summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2021-01-05 15:40:16 +0000
committerJulian Andres Klode <jak@debian.org>2021-01-05 15:40:16 +0000
commite92cdbfda401835318600b0d0f31901701b6a675 (patch)
treed1ac07bef6d21cbe55af02781060b0e83ac5a9fa /test
parentfba6d562bda307bb1e619c255682079aa86c68ac (diff)
parentcfd62644ec2dda4968ac65751f162932fc46761f (diff)
Merge branch 'bash-compat' into 'master'
Be compatible with Bash See merge request apt-team/apt!142
Diffstat (limited to 'test')
-rw-r--r--test/integration/framework2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/framework b/test/integration/framework
index 20173da23..3973ad863 100644
--- a/test/integration/framework
+++ b/test/integration/framework
@@ -504,7 +504,7 @@ EOF
unset http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy
# Make dpkg inherit testing path
- echo 'DPkg::Path "";\n' >> aptconfig.conf
+ echo 'DPkg::Path "";' >> aptconfig.conf
# Make gcov shut up
export GCOV_ERROR_FILE=/dev/null