diff options
| author | Julian Andres Klode <julian.klode@canonical.com> | 2025-03-04 11:07:14 +0100 |
|---|---|---|
| committer | Julian Andres Klode <julian.klode@canonical.com> | 2025-03-04 11:07:51 +0100 |
| commit | 991eb5025a35155e57005b2e2be38f66ec5dd1a4 (patch) | |
| tree | aaacabb34b3a64f3dd5fcedae7ba6859dccc5aff /test/integration/test-method-gpgv-legacy-keyring | |
| parent | 939aa53621fd6b884b1d3d48a7abc55bf6c16ca4 (diff) | |
Replace "GPG error" with "OpenPGP signature verification failed"
Reported-by: cacin on irc
Diffstat (limited to 'test/integration/test-method-gpgv-legacy-keyring')
| -rwxr-xr-x | test/integration/test-method-gpgv-legacy-keyring | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/test-method-gpgv-legacy-keyring b/test/integration/test-method-gpgv-legacy-keyring index 55ad2463d..89c45b21f 100755 --- a/test/integration/test-method-gpgv-legacy-keyring +++ b/test/integration/test-method-gpgv-legacy-keyring @@ -36,7 +36,7 @@ testwarningequal "Hit:1 http://localhost:${APTHTTPPORT} testing InRelease Err:1 http://localhost:${APTHTTPPORT} testing InRelease $missing_key Reading package lists... -W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://localhost:${APTHTTPPORT} testing InRelease: $missing_key +W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. OpenPGP signature verification failed: http://localhost:${APTHTTPPORT} testing InRelease: $missing_key W: Failed to fetch http://localhost:${APTHTTPPORT}/dists/testing/InRelease $missing_key W: Some index files failed to download. They have been ignored, or old ones used instead." aptget update -q |
