[Bps-public-commit] GnuPG-Interface branch update-tests-for-gpg-2.4 updated. 1.03-2-g14bc0b9
BPS Git Server
git at git.bestpractical.com
Tue Dec 12 21:31:09 UTC 2023
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GnuPG-Interface".
The branch, update-tests-for-gpg-2.4 has been updated
via 14bc0b96539f41fb723f9f03084664db524f528b (commit)
from c47bec42d6769bdd3d94cf3d41d4ff948452b977 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 14bc0b96539f41fb723f9f03084664db524f528b
Author: Jim Brandt <jbrandt at bestpractical.com>
Date: Tue Dec 12 16:29:56 2023 -0500
Use the included fake gpg for better test portability
This allows the taint test to pass even if gnupg isn't
installed in /usr/bin/gpg. It shouldn't change the
validity of the taint test itself.
diff --git a/t/taint_mode.t b/t/taint_mode.t
index b9d8df8..0311e5e 100644
--- a/t/taint_mode.t
+++ b/t/taint_mode.t
@@ -16,7 +16,7 @@ my $gnupg;
# See that we instantiate an object in Taint mode
TEST
{
- $gnupg = GnuPG::Interface->new( call => '/usr/bin/gpg' );
+ $gnupg = GnuPG::Interface->new( call => './test/fake-gpg-v2' );
};
# See that version is set
-----------------------------------------------------------------------
Summary of changes:
t/taint_mode.t | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
GnuPG-Interface
More information about the Bps-public-commit
mailing list