This is an automated email from the git hooks/post-receive script.

guillem pushed a commit to branch main
in repository dpkg.

View the commit online:
https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=5118565e42f5b143da51d6756c865abcba60b2c0

commit 5118565e42f5b143da51d6756c865abcba60b2c0
Author: Guillem Jover <[email protected]>
AuthorDate: Wed Dec 7 18:28:38 2022 +0100

    test: Switch Dpkg::Source::Package test to use test_needs_openpgp_backend()
    
    We can use any OpenPGP backend command not just gpg.
---
 scripts/t/Dpkg_Source_Package.t | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/t/Dpkg_Source_Package.t b/scripts/t/Dpkg_Source_Package.t
index c9c66d416..a61a5cfed 100644
--- a/scripts/t/Dpkg_Source_Package.t
+++ b/scripts/t/Dpkg_Source_Package.t
@@ -24,7 +24,7 @@ use File::Compare;
 use Dpkg::ErrorHandling;
 use Dpkg::OpenPGP::ErrorCodes;
 
-test_needs_command('gpg');
+test_needs_openpgp_backend();
 
 plan tests => 6;
 

-- 
Dpkg.Org's dpkg

Reply via email to