[git] GPGME - branch, master, updated. gpgme-1.10.0-16-g3224d7f

by NIIBE Yutaka cvs at cvs.gnupg.org
Thu Feb 15 03:32:20 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  3224d7f0ea83a3c2baaa9f97846c4a5b392d2c59 (commit)
      from  ba6e610baa138ba9b43be303df2c5981dd04de5a (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 3224d7f0ea83a3c2baaa9f97846c4a5b392d2c59
Author: NIIBE Yutaka <gniibe at fsij.org>
Date:   Thu Feb 15 11:31:57 2018 +0900

    tests: Fix previous commit
    
    Signed-off-by: NIIBE Yutaka <gniibe at fsij.org>

diff --git a/tests/gpg/Makefile.am b/tests/gpg/Makefile.am
index 6a95e59..b50f4b0 100644
--- a/tests/gpg/Makefile.am
+++ b/tests/gpg/Makefile.am
@@ -95,7 +95,7 @@ gpg-sample.stamp: $(srcdir)/$(private_keys)
 pubring-stamp: $(srcdir)/pubdemo.asc gpg-sample.stamp
 	$(TESTS_ENVIRONMENT) $(GPG) --batch --no-permission-warning \
                --import $(srcdir)/pubdemo.asc
-	$(TESTS_ENVIRONMENT) -$(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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
GnuPG Made Easy
http://git.gnupg.org




More information about the Gnupg-commits mailing list