diff options
author | Marcus Brinkmann <[email protected]> | 2001-10-22 17:31:21 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2001-10-22 17:31:21 +0000 |
commit | cb90fee79de06339389d4ea8f661316872385fdc (patch) | |
tree | 7420b72890e1b64a73f04fbc753b806546f73bac /tests/Makefile.am | |
parent | FIx last change (grr, didn't want to check in the version I checked in). (diff) | |
download | gpgme-cb90fee79de06339389d4ea8f661316872385fdc.tar.gz gpgme-cb90fee79de06339389d4ea8f661316872385fdc.zip |
2001-10-22 Marcus Brinkmann <[email protected]>
* Makefile.am (TEST_ENVIRONMENT): Revert last change.
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 |