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:
parent
a824f4498e
commit
9f19b3aaec
@ -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) \
|
||||
|
Loading…
Reference in New Issue
Block a user