From 991eb5025a35155e57005b2e2be38f66ec5dd1a4 Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Tue, 4 Mar 2025 11:07:14 +0100 Subject: Replace "GPG error" with "OpenPGP signature verification failed" Reported-by: cacin on irc --- test/integration/test-releasefile-verification | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/integration/test-releasefile-verification') diff --git a/test/integration/test-releasefile-verification b/test/integration/test-releasefile-verification index 00c72d7d9..1e54cf0d5 100755 --- a/test/integration/test-releasefile-verification +++ b/test/integration/test-releasefile-verification @@ -423,12 +423,12 @@ runtest2() { msgmsg 'Cold archive signed by' 'Empty signature' rm -rf rootdir/var/lib/apt/lists find aptarchive -name Release -exec touch {}.gpg \; - testfailuremsg "E: GPG error: http://localhost:${APTHTTPPORT} Release: Signed file isn't valid, got 'NODATA' (does the network require authentication?)" aptget update -o Debug::gpgv=1 + testfailuremsg "E: OpenPGP signature verification failed: http://localhost:${APTHTTPPORT} Release: Signed file isn't valid, got 'NODATA' (does the network require authentication?)" aptget update -o Debug::gpgv=1 msgmsg 'Cold archive signed by' 'Unknown format signature' rm -rf rootdir/var/lib/apt/lists find aptarchive -name Release -exec sh -c "echo Hello > {}.gpg" \; - testfailuremsg "E: GPG error: http://localhost:${APTHTTPPORT} Release: Signed file isn't valid, got 'NODATA' (does the network require authentication?)" aptget update + testfailuremsg "E: OpenPGP signature verification failed: http://localhost:${APTHTTPPORT} Release: Signed file isn't valid, got 'NODATA' (does the network require authentication?)" aptget update find aptarchive/ \( -name InRelease -o -name Release.gpg \) -delete -- cgit v1.2.3-70-g09d2