From 427828d9638c9e5f3550820bd9d71da5d5a0909c Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Thu, 24 Aug 2017 17:44:31 +0200 Subject: Make test-bug-818628-unreadable-source work on !amd64 It was broken because apt.conf.d was not readable, but that's where the architecture is defined... --- test/integration/test-bug-818628-unreadable-source | 1 + 1 file changed, 1 insertion(+) diff --git a/test/integration/test-bug-818628-unreadable-source b/test/integration/test-bug-818628-unreadable-source index 59051fb5f..e7ad26d04 100755 --- a/test/integration/test-bug-818628-unreadable-source +++ b/test/integration/test-bug-818628-unreadable-source @@ -5,6 +5,7 @@ TESTDIR="$(readlink -f "$(dirname "$0")")" . "$TESTDIR/framework" setupenvironment configarchitecture 'amd64' +cat rootdir/etc/apt/apt.conf.d/01multiarch.conf >> $(getaptconfig) if [ "$(id -u)" = '0' ]; then msgskip 'Tests for unreadable files do not work as root' -- cgit v1.2.3