summaryrefslogtreecommitdiffstats
path: root/tests/gpgme
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2020-08-04 10:20:53 +0200
committerWerner Koch <wk@gnupg.org>2020-10-04 20:45:51 +0200
commit4747b9e868163c9acfed7c6c009f64d8ac43a3a6 (patch)
tree905d428390159fc8a39d4eb81ea172b6e9157aeb /tests/gpgme
parentgpgconf: New option --show-versions. (diff)
downloadgnupg2-4747b9e868163c9acfed7c6c009f64d8ac43a3a6.tar.xz
gnupg2-4747b9e868163c9acfed7c6c009f64d8ac43a3a6.zip
tests: Improve handling of spaces in $PATH
-- Signed-off-by: Werner Koch <wk@gnupg.org> (cherry picked from commit b2590f2e47fe8ab7352a9e3769b195ff9f398dd7)
Diffstat (limited to 'tests/gpgme')
-rw-r--r--tests/gpgme/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gpgme/Makefile.am b/tests/gpgme/Makefile.am
index f1c19eb16..60fb01df9 100644
--- a/tests/gpgme/Makefile.am
+++ b/tests/gpgme/Makefile.am
@@ -30,7 +30,7 @@ AM_CFLAGS =
TESTS_ENVIRONMENT = LC_ALL=C \
EXEEXT=$(EXEEXT) \
- PATH=../gpgscm:$(PATH) \
+ PATH="../gpgscm:$(PATH)" \
abs_top_srcdir=$(abs_top_srcdir) \
objdir=$(abs_top_builddir) \
GPGSCM_PATH=$(abs_top_srcdir)/tests/gpgscm