From 9f19b3aaecd23a12b2e6692faeefa936e490d343 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Thu, 20 Sep 2018 11:58:02 +0200 Subject: [PATCH] python: Fix regression in the test suite. * lang/python/tests/Makefile.am (GNUPGHOME): Remove stray backslash. -- Fixes-commit: d09d19fa9fe1e81dd819b32208b4bd09f83e3918 Signed-off-by: Werner Koch --- lang/python/tests/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/python/tests/Makefile.am b/lang/python/tests/Makefile.am index d9012853..d26d33de 100644 --- a/lang/python/tests/Makefile.am +++ b/lang/python/tests/Makefile.am @@ -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) \