summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorAndrew Ruthven <andrew@etc.gen.nz>2022-07-29 00:13:53 +0200
committergregor herrmann <gregoa@debian.org>2022-07-29 00:13:53 +0200
commit6c608cecf5df73d285c5e4e2955c27f3cd4601fc (patch)
tree51a17b789d2037f0c2f5c288a8596126745e7755 /t
parent7f6824f5335a0210ad20eadec6ab0d26c24bfffb (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
Diffstat (limited to 't')
-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,