summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2017-11-30 09:49:38 +0100
committerWerner Koch <wk@gnupg.org>2017-11-30 09:52:10 +0100
commitf43016500774ab82f222249202bda6c463aaf63f (patch)
treed73bfbe0568e43d17fd33c90fcb5420f37350b1b
parentc441fb73130f4c117094d7da4de9fe56f886e65d (diff)
downloadgpgme-f43016500774ab82f222249202bda6c463aaf63f.tar.gz
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>
-rw-r--r--tests/gpgsm/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/gpgsm/Makefile.am b/tests/gpgsm/Makefile.am
index 3774c5ff..4ab22833 100644
--- a/tests/gpgsm/Makefile.am
+++ b/tests/gpgsm/Makefile.am
@@ -20,6 +20,7 @@
## Process this file with automake to produce Makefile.in
GPGSM = gpgsm
+GPG_AGENT = gpg-agent
TESTS_ENVIRONMENT = GNUPGHOME=$(abs_builddir) LC_ALL=C GPG_AGENT_INFO= \
top_srcdir=$(top_srcdir)