From f43016500774ab82f222249202bda6c463aaf63f Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Thu, 30 Nov 2017 09:49:38 +0100 Subject: [PATCH] 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 Signed-off-by: Werner Koch --- tests/gpgsm/Makefile.am | 1 + 1 file changed, 1 insertion(+) 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)