diff options
Diffstat (limited to 'tests/pkits/Makefile.am')
-rw-r--r-- | tests/pkits/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/pkits/Makefile.am b/tests/pkits/Makefile.am index d28ab8914..6285da43c 100644 --- a/tests/pkits/Makefile.am +++ b/tests/pkits/Makefile.am @@ -20,8 +20,8 @@ GPGSM = ../../sm/gpgsm -TESTS_ENVIRONMENT = GNUPGHOME=`pwd` GPG_AGENT_INFO= LC_ALL=C GPGSM=$(GPGSM) \ - silent=yes +TESTS_ENVIRONMENT = GNUPGHOME=`/bin/pwd` GPG_AGENT_INFO= LC_ALL=C \ + GPGSM=$(GPGSM) silent=yes testscripts = import-all-certs validate-all-certs \ |