[Bps-public-commit] GnuPG-Interface branch, update-version-if-call-is-updated, updated. 0.52-58-gfca5d08

Dianne Skoll dianne at bestpractical.com
Mon Aug 17 16:39:01 EDT 2020


The branch, update-version-if-call-is-updated has been updated
       via  fca5d086c52348a938d742f877b96f2396b37abc (commit)
      from  fc26385e0d65b71bed96294f0ea18133d9fce735 (commit)

Summary of changes:
 t/Interface.t | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

- Log -----------------------------------------------------------------
commit fca5d086c52348a938d742f877b96f2396b37abc
Author: Dianne Skoll <dianne at bestpractical.com>
Date:   Mon Aug 17 16:38:51 2020 -0400

    Avoid warnings if gnupg is not installed.

diff --git a/t/Interface.t b/t/Interface.t
index 6cd0eb9..9d962b3 100644
--- a/t/Interface.t
+++ b/t/Interface.t
@@ -10,8 +10,8 @@ use MyTest;
 
 use GnuPG::Interface;
 
-my $v1 = 'gpg';
-my $v2 = 'gnupg';
+my $v1 = './test/fake-gpg-v1';
+my $v2 = './test/fake-gpg-v2';
 
 my $gnupg = GnuPG::Interface->new( call => $v1 );
 

-----------------------------------------------------------------------


More information about the Bps-public-commit mailing list