summaryrefslogtreecommitdiff
path: root/test/integration
diff options
context:
space:
mode:
authorJulian Andres Klode <julian.klode@canonical.com>2024-11-21 18:51:10 +0100
committerJulian Andres Klode <julian.klode@canonical.com>2024-11-22 16:20:36 +0100
commit222301d7a36a09db80a8832cd16db41f7946a9ea (patch)
tree7cdecf61f78c742ee9b5a2991d5ff4c99c22cfd0 /test/integration
parent27012a496a9da78f26e9e412a7118dbe00e5c1ec (diff)
Accept BADSIG instead of EXPSIG for expired signatures
Sequioa emits KEYEXPIRED + BADSIG instead of EXPSIG + VALIDSIG
Diffstat (limited to 'test/integration')
-rwxr-xr-xtest/integration/test-releasefile-verification2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/test-releasefile-verification b/test/integration/test-releasefile-verification
index c2e856d54..6b1f7d364 100755
--- a/test/integration/test-releasefile-verification
+++ b/test/integration/test-releasefile-verification
@@ -156,7 +156,7 @@ runtest() {
prepare "${PKGFILE}"
rm -rf rootdir/var/lib/apt/lists
signreleasefiles 'Joe Sixpack' 'aptarchive' --faked-system-time "20160924T154812" --default-sig-expire 2017-04-01
- updatewithwarnings '^W: .* EXPSIG'
+ updatewithwarnings '^W: .* (BADSIG|EXPSIG)'
testsuccessequal "$(cat "${PKGFILE}")
" aptcache show apt
failaptold