mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
tests: Improve handling of spaces in $PATH
-- Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
e9736995c8
commit
b2590f2e47
5 changed files with 14 additions and 14 deletions
|
@ -30,10 +30,10 @@ AM_CFLAGS =
|
|||
|
||||
TESTS_ENVIRONMENT = 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 = \
|
||||
import.scm \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue