mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-14 21:47:19 +02:00
tests: Improve handling of spaces in $PATH
--
Signed-off-by: Werner Koch <wk@gnupg.org>
(cherry picked from commit b2590f2e47
)
This commit is contained in:
parent
357ad9ae29
commit
4747b9e868
5 changed files with 14 additions and 14 deletions
|
@ -26,7 +26,7 @@ GPGSM = ../sm/gpgsm
|
|||
# if the shell used for inittests would uses an internal version of
|
||||
# pwd which handles symlinks differently.
|
||||
TESTS_ENVIRONMENT = GNUPGHOME=`/bin/pwd` GPG_AGENT_INFO= LC_ALL=C \
|
||||
GPGSM=$(GPGSM) $(srcdir)/runtest
|
||||
GPGSM="$(GPGSM)" "$(srcdir)/runtest"
|
||||
|
||||
testscripts = sm-sign+verify sm-verify
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue