[git] GPGME - branch, master, updated. gpgme-1.10.0-15-gba6e610
by NIIBE Yutaka
cvs at cvs.gnupg.org
Thu Feb 15 03:25:16 CET 2018
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 Made Easy".
The branch, master has been updated
via ba6e610baa138ba9b43be303df2c5981dd04de5a (commit)
from b5ec21b9baf017b4cee88c9ef3cc1a638547cd20 (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 ba6e610baa138ba9b43be303df2c5981dd04de5a
Author: NIIBE Yutaka <gniibe at fsij.org>
Date: Thu Feb 15 11:24:33 2018 +0900
tests: More Makefile portability.
* tests/gpg/Makefile.am: Invoke GPG with TESTS_ENVIRONMENT.
Signed-off-by: NIIBE Yutaka <gniibe at fsij.org>
diff --git a/tests/gpg/Makefile.am b/tests/gpg/Makefile.am
index 1d73d02..6a95e59 100644
--- a/tests/gpg/Makefile.am
+++ b/tests/gpg/Makefile.am
@@ -93,9 +93,9 @@ gpg-sample.stamp: $(srcdir)/$(private_keys)
echo x > ./gpg-sample.stamp
pubring-stamp: $(srcdir)/pubdemo.asc gpg-sample.stamp
- $(GPG) --batch --no-permission-warning \
+ $(TESTS_ENVIRONMENT) $(GPG) --batch --no-permission-warning \
--import $(srcdir)/pubdemo.asc
- -$(GPG) --batch --no-permission-warning \
+ $(TESTS_ENVIRONMENT) -$(GPG) --batch --no-permission-warning \
--import $(srcdir)/secdemo.asc
echo x > ./pubring-stamp
-----------------------------------------------------------------------
Summary of changes:
tests/gpg/Makefile.am | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
GnuPG Made Easy
http://git.gnupg.org
More information about the Gnupg-commits
mailing list