summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ruthven <andrew@etc.gen.nz>2021-02-10 22:50:05 +0100
committerDominic Hargreaves <dom@earth.li>2021-02-10 22:50:05 +0100
commit432b3f12cf96b2be326f70b60c0fbd3fd5ff924c (patch)
tree69d27cc862e1c9be9f74a9b94cc7034c7867b882
parentd44079375a0c4c03812e7eade5e344f90e583dee (diff)
Test against GnuPG v1
Forwarded: not-needed Last-Update: 2020-07-18 The test cases only test "gpg" which for Debian is v2. As the module also supports v1 which we ship, we should test against it. Gbp-Pq: Name test-gnupg1
-rw-r--r--t/MyTestSpecific.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/MyTestSpecific.pm b/t/MyTestSpecific.pm
index c335d62..67af078 100644
--- a/t/MyTestSpecific.pm
+++ b/t/MyTestSpecific.pm
@@ -53,7 +53,7 @@ if (-f "test/gnupghome") {
$ENV{'GNUPGHOME'} = $homedir;
-$gnupg = GnuPG::Interface->new( passphrase => 'test' );
+$gnupg = GnuPG::Interface->new( passphrase => 'test', call => ($ENV{'CALL'} || 'gpg') );
$gnupg->options->hash_init( homedir => $homedir,
armor => 1,
meta_interactive => 0,