diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/ChangeLog | 4 | ||||
| -rw-r--r-- | tests/Makefile.am | 2 | 
2 files changed, 5 insertions, 1 deletions
| diff --git a/tests/ChangeLog b/tests/ChangeLog index ba4b28e6..b70f2045 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,5 +1,9 @@  2001-10-22  Marcus Brinkmann  <[email protected]> +	* Makefile.am (TEST_ENVIRONMENT): Revert last change. + +2001-10-22  Marcus Brinkmann  <[email protected]> +  	* Makefile.am (TEST_ENVIRONMENT): Set environment to $(srcdir),  	not current directory. 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 | 
