tests: Add missing variable to gpgsm tests Makefile
* tests/gpgsm/Makefile.am (GPG_AGENT): Set var. It is used later. -- Note that the var is used by the gpgsm.conf target. Reported-by: Alon Bar-Lev <alon.barlev@gmail.com> Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
c441fb7313
commit
f430165007
@ -20,6 +20,7 @@
|
|||||||
## Process this file with automake to produce Makefile.in
|
## Process this file with automake to produce Makefile.in
|
||||||
|
|
||||||
GPGSM = gpgsm
|
GPGSM = gpgsm
|
||||||
|
GPG_AGENT = gpg-agent
|
||||||
|
|
||||||
TESTS_ENVIRONMENT = GNUPGHOME=$(abs_builddir) LC_ALL=C GPG_AGENT_INFO= \
|
TESTS_ENVIRONMENT = GNUPGHOME=$(abs_builddir) LC_ALL=C GPG_AGENT_INFO= \
|
||||||
top_srcdir=$(top_srcdir)
|
top_srcdir=$(top_srcdir)
|
||||||
|
Loading…
Reference in New Issue
Block a user