diff options
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 |
