diff options
Diffstat (limited to '')
-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 \ |