diff options
Diffstat (limited to 'tests/pkits/Makefile.am')
-rw-r--r-- | tests/pkits/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pkits/Makefile.am b/tests/pkits/Makefile.am index 6285da43c..f59e5ec97 100644 --- a/tests/pkits/Makefile.am +++ b/tests/pkits/Makefile.am @@ -64,7 +64,7 @@ inittests.stamp: inittests run-all-tests: inittests.stamp @set -e; \ - GNUPGHOME=`pwd`; export GNUPGHOME;\ + GNUPGHOME=`/bin/pwd`; export GNUPGHOME;\ unset GPG_AGENT_INFO; \ for tst in $(testscripts); do \ if ./$${tst}; then : ; \ |