python: Fix regression in the test suite.

* lang/python/tests/Makefile.am (GNUPGHOME): Remove stray backslash.
--

Fixes-commit: d09d19fa9f
Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
Werner Koch 2018-09-20 11:58:02 +02:00
parent a824f4498e
commit 9f19b3aaec
No known key found for this signature in database
GPG Key ID: E3FDFF218E45B72B

View File

@ -21,7 +21,7 @@ GPG_AGENT = gpg-agent
test_srcdir = $(top_srcdir)/tests/gpg
GNUPGHOME=$(abs_builddir) \
GNUPGHOME=$(abs_builddir)
TESTS_ENVIRONMENT = GNUPGHOME=$(GNUPGHOME) \
LC_ALL=C GPG_AGENT_INFO= \
top_srcdir=$(top_srcdir) \