1
0
Fork 0
apt/test/integration/test-ubuntu-bug-1549819-empty-arch-list
Daniel Baumann 6810ba718b
Adding upstream version 3.0.2.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-20 21:10:43 +02:00

13 lines
352 B
Bash
Executable file

#!/bin/sh
set -e
TESTDIR="$(readlink -f "$(dirname "$0")")"
. "$TESTDIR/framework"
setupenvironment
configarchitecture ""
echo 'APT::Architecture "";' > rootdir/etc/apt/apt.conf
echo 'APT::Architectures:: "";' >> rootdir/etc/apt/apt.conf
setupaptarchive
# test success
testsuccess aptcache -c rootdir/etc/apt/apt.conf gencaches -o debug::NoLocking=1