diff options
author | Werner Koch <[email protected]> | 2017-11-30 08:49:38 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2017-11-30 08:52:10 +0000 |
commit | f43016500774ab82f222249202bda6c463aaf63f (patch) | |
tree | d73bfbe0568e43d17fd33c90fcb5420f37350b1b | |
parent | tests: Make portability fix. (diff) | |
download | gpgme-f43016500774ab82f222249202bda6c463aaf63f.tar.gz gpgme-f43016500774ab82f222249202bda6c463aaf63f.zip |
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 <[email protected]>
Signed-off-by: Werner Koch <[email protected]>
-rw-r--r-- | tests/gpgsm/Makefile.am | 1 |
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) |