summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ruthven <andrew@etc.gen.nz>2022-10-13 22:45:17 +0200
committerJelmer Vernooij <jelmer@debian.org>2022-10-13 22:45:17 +0200
commit2822fe487078e805ce4806743165642036e1a13f (patch)
tree6701d0c93bbfb0aaaad7040d9d04866b923d08f6
parentcbf3968bcb44a10983e24bcb85b36de0224ae906 (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,