summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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,