summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ruthven <andrew@etc.gen.nz>2023-12-15 22:14:01 +0100
committergregor herrmann <gregoa@debian.org>2023-12-15 22:14:01 +0100
commita5814a7f98737594019f8e8fd0f941a60d486294 (patch)
tree8a9afbe9bfeb803dfbe3c16fb7efa8d9ce03eb0f
parent8c8ae2615ba9d2b19f081ab48d1ca6aa906e0461 (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,