diff options
Diffstat (limited to '')
-rw-r--r-- | tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index b1138602b..65978ae3f 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -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 |