From 8ca3544bcb5506bb5e07e4c750503e64271c1ff1 Mon Sep 17 00:00:00 2001 From: David Kalnischkies Date: Sun, 9 Sep 2018 21:36:07 +0200 Subject: Don't use gpg directly in apt-key test Reported-By: Guillem Jover Gbp-Dch: Ignore --- test/integration/test-apt-key | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/integration/test-apt-key b/test/integration/test-apt-key index 1e2c8362b..d690a9026 100755 --- a/test/integration/test-apt-key +++ b/test/integration/test-apt-key @@ -192,7 +192,7 @@ gpg: unchanged: 1' aptkey --fakeroot update ${TESTSTATE} aptkey --fakeroot add "${KEYDIR}/marvin paránöid.pub.${EXT}" testaptkeys 'Joe Sixpack' 'Marvin Paranoid' cp -a "${ROOTDIR}/etc/apt/trusted.gpg" "${KEYDIR}/testcase-multikey.pub.gpg" # store for reuse - gpg --no-default-keyring --keyring "${KEYDIR}/testcase-multikey.pub.gpg" --armor --export > "${KEYDIR}/testcase-multikey.pub.asc" + aptkey --keyring "${KEYDIR}/testcase-multikey.pub.gpg" export > "${KEYDIR}/testcase-multikey.pub.asc" msgtest 'Test key removal with' 'multi key in real file' cleanplate -- cgit v1.2.3