[git] GnuPG - branch, justus/scm-7, updated. gnupg-2.1.11-78-gacce61d
by Justus Winter
cvs at cvs.gnupg.org
Wed Feb 24 13:43:04 CET 2016
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 "The GNU Privacy Guard".
The branch, justus/scm-7 has been updated
via acce61db3737c52c10c905a268a3a9ed02c8af02 (commit)
from 90b70875134621f29d66392eaf14180de795fab0 (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 acce61db3737c52c10c905a268a3a9ed02c8af02
Author: Justus Winter <justus at g10code.com>
Date: Wed Feb 24 13:42:43 2016 +0100
tests/gpgscm: Fix make check.
diff --git a/tests/gpgscm/Makefile.am b/tests/gpgscm/Makefile.am
index abedd36..1fb9647 100644
--- a/tests/gpgscm/Makefile.am
+++ b/tests/gpgscm/Makefile.am
@@ -53,5 +53,5 @@ $(PROGRAMS): $(common_libs)
.PHONY: check
check: gpgscm$(EXEEXT) t-child$(EXEEXT)
- EXEEXT=$(EXEEXT) ./gpgscm$(EXEEXT) --base $(srcdir) \
- $(srcdir)/t-child.scm
+ EXEEXT=$(EXEEXT) GPGSCM_PATH=$(srcdir) \
+ ./gpgscm$(EXEEXT) $(srcdir)/t-child.scm
-----------------------------------------------------------------------
Summary of changes:
tests/gpgscm/Makefile.am | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
The GNU Privacy Guard
http://git.gnupg.org
More information about the Gnupg-commits
mailing list