diff options
Diffstat (limited to 'tests/Makefile.am')
-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 7a2c2d86..cb453a34 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -20,7 +20,7 @@ ## Process this file with automake to produce Makefile.in -TESTS_ENVIRONMENT = GNUPGHOME=$(srcdir) +TESTS_ENVIRONMENT = GNUPGHOME=. TESTS = t-version t-data t-encrypt t-sign t-decrypt t-verify t-keylist \ t-export t-import t-trustlist |