diff options
| author | Julian Andres Klode <jak@debian.org> | 2024-11-22 16:09:41 +0000 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2024-11-22 16:09:41 +0000 |
| commit | f9069c2498f74c09b4a4d7da8bb677756b371dae (patch) | |
| tree | c99e4b2b6673ea9865c84ffc16a029ade5637834 /test/integration/framework | |
| parent | b3c8a3cbb0f51d9cf704ca6a1c050fb50a0fb22d (diff) | |
| parent | e983d98c4fcd952ffcbc010b185455913c8af650 (diff) | |
Merge branch 'test-gpgv-sq' into 'main'
Test gpgv-sq
See merge request apt-team/apt!403
Diffstat (limited to 'test/integration/framework')
| -rw-r--r-- | test/integration/framework | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/integration/framework b/test/integration/framework index 10cae70a5..ad87d17c7 100644 --- a/test/integration/framework +++ b/test/integration/framework @@ -2029,6 +2029,9 @@ testfailure() { BAD signature from signature could not be verified" "$OUTPUT"; then msgpass + elif [ -e "$OUTPUT" -a ! -s "$OUTPUT" ]; then + msgwarn "apt-key failed without output, this is normal for gpgv-sq (see sequoia-chameleon-gnupg#88)" + msgpass else msgfailoutput "run failed with exitcode ${EXITCODE}, but no signature error" "$OUTPUT" "$@" fi |
