diff options
| author | Julian Andres Klode <julian.klode@canonical.com> | 2025-04-26 00:26:05 +0200 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2025-05-06 10:12:31 +0000 |
| commit | 7994d1b3bdaaef1351872f13054d1ed9d645f65a (patch) | |
| tree | 714057ef1b69253b70bd1239cfd1a3ac486a8b1b /test/integration/framework | |
| parent | 3e261cb940955cadaff58e90a27af8dc882cb3b1 (diff) | |
test: Do not use host's sequoia config
Make the test suite independent of the host sequoia config.
Diffstat (limited to 'test/integration/framework')
| -rw-r--r-- | test/integration/framework | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/integration/framework b/test/integration/framework index 3f0290569..37f09c678 100644 --- a/test/integration/framework +++ b/test/integration/framework @@ -591,6 +591,10 @@ EOF echo 'quiet::NoSolver3Explanation "true";' > rootdir/etc/apt/apt.conf.d/disable-solver3-context + + export APT_SEQUOIA_CRYPTO_POLICY="$PWD/sequoia.config" + touch "$APT_SEQUOIA_CRYPTO_POLICY" + # most tests just need one signed Release file, not both export APT_DONT_SIGN='Release.gpg' |
