summaryrefslogtreecommitdiff
path: root/test/integration/framework
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2024-04-12 18:16:23 +0000
committerJulian Andres Klode <jak@debian.org>2024-04-12 18:16:23 +0000
commitb8e77c400eaec5983772f50d3f728373b5981866 (patch)
treeae0ba3624bef3e1549e2bf0f555590eb98e6513b /test/integration/framework
parent81c65f7e86b8f16eaaa91d9c205a594b0ebde159 (diff)
parentf725565ae69a06d0ad5747881b6f54a19c0c1763 (diff)
Merge branch 'terse-ui' into 'main'
Introduce new output format for apt(8) See merge request apt-team/apt!337
Diffstat (limited to 'test/integration/framework')
-rw-r--r--test/integration/framework1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/integration/framework b/test/integration/framework
index 0570d5c8e..147de9808 100644
--- a/test/integration/framework
+++ b/test/integration/framework
@@ -444,6 +444,7 @@ _setupprojectenvironment() {
echo "Dir::Etc \"etc/apt\";" >> aptconfig.conf
echo "Dir::Log \"var/log/apt\";" >> aptconfig.conf
echo "APT::Get::Show-User-Simulation-Note \"false\";" >> aptconfig.conf
+ echo "Binary::apt::APT::Output-Version \"0\";" >> aptconfig.conf
echo "Dir::Bin::Methods \"${TMPWORKINGDIRECTORY}/rootdir/usr/lib/apt/methods\";" >> aptconfig.conf
# either store apt-key were we can access it, even if we run it as a different user
#cp "${APTCMDLINEBINDIR}/apt-key" "${TMPWORKINGDIRECTORY}/rootdir/usr/bin/"