diff options
author | Werner Koch <[email protected]> | 2020-08-04 08:20:53 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2020-10-04 18:45:51 +0000 |
commit | 4747b9e868163c9acfed7c6c009f64d8ac43a3a6 (patch) | |
tree | 905d428390159fc8a39d4eb81ea172b6e9157aeb /tests/migrations | |
parent | gpgconf: New option --show-versions. (diff) | |
download | gnupg-4747b9e868163c9acfed7c6c009f64d8ac43a3a6.tar.gz gnupg-4747b9e868163c9acfed7c6c009f64d8ac43a3a6.zip |
tests: Improve handling of spaces in $PATH
--
Signed-off-by: Werner Koch <[email protected]>
(cherry picked from commit b2590f2e47fe8ab7352a9e3769b195ff9f398dd7)
Diffstat (limited to 'tests/migrations')
-rw-r--r-- | tests/migrations/Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/migrations/Makefile.am b/tests/migrations/Makefile.am index d90c9c7f9..6d2d2e8a6 100644 --- a/tests/migrations/Makefile.am +++ b/tests/migrations/Makefile.am @@ -30,10 +30,10 @@ AM_CFLAGS = TESTS_ENVIRONMENT = GPG_AGENT_INFO= LC_ALL=C \ EXEEXT=$(EXEEXT) \ - PATH=../gpgscm:$(PATH) \ - abs_top_srcdir=$(abs_top_srcdir) \ - objdir=$(abs_top_builddir) \ - GPGSCM_PATH=$(abs_top_srcdir)/tests/gpgscm + PATH="../gpgscm:$(PATH)" \ + abs_top_srcdir="$(abs_top_srcdir)" \ + objdir="$(abs_top_builddir)" \ + GPGSCM_PATH="$(abs_top_srcdir)/tests/gpgscm" XTESTS = from-classic.scm \ extended-pkf.scm \ |