diff options
Diffstat (limited to '')
| -rw-r--r-- | lang/python/tests/Makefile.am | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/python/tests/Makefile.am b/lang/python/tests/Makefile.am index 3864f8ba..62970765 100644 --- a/lang/python/tests/Makefile.am +++ b/lang/python/tests/Makefile.am @@ -21,7 +21,8 @@ GPG_AGENT = gpg-agent  test_srcdir = $(top_srcdir)/tests/gpg -TESTS_ENVIRONMENT = GNUPGHOME=$(abs_builddir) \ +GNUPGHOME=$(abs_builddir) \ +TESTS_ENVIRONMENT = GNUPGHOME=$(GNUPGHOME) \  	LC_ALL=C GPG_AGENT_INFO= \  	top_srcdir=$(top_srcdir) \  	srcdir=$(srcdir) \  | 
