diff options
author | Werner Koch <[email protected]> | 2018-09-20 09:58:02 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2018-09-20 10:13:03 +0000 |
commit | 9f19b3aaecd23a12b2e6692faeefa936e490d343 (patch) | |
tree | 8cd40a519eea78d3f8e4abbce33143bb429e9055 /lang/python/tests | |
parent | tests: Don't try using keys from a scmartcard. (diff) | |
download | gpgme-9f19b3aaecd23a12b2e6692faeefa936e490d343.tar.gz gpgme-9f19b3aaecd23a12b2e6692faeefa936e490d343.zip |
python: Fix regression in the test suite.
* lang/python/tests/Makefile.am (GNUPGHOME): Remove stray backslash.
--
Fixes-commit: d09d19fa9fe1e81dd819b32208b4bd09f83e3918
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'lang/python/tests')
-rw-r--r-- | lang/python/tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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) \ |