From 4691a5e940541b3fe8c78102e96caa9c8ae398e4 Mon Sep 17 00:00:00 2001 From: Marcus Brinkmann Date: Mon, 22 Oct 2001 15:39:22 +0000 Subject: [PATCH] 2001-10-22 Marcus Brinkmann * Makefile.am (TEST_ENVIRONMENT): Set environment to $(srcdir), not current directory. --- tests/ChangeLog | 5 +++++ tests/Makefile.am | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/tests/ChangeLog b/tests/ChangeLog index 53b9c51..ba4b28e 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,8 @@ +2001-10-22 Marcus Brinkmann + + * Makefile.am (TEST_ENVIRONMENT): Set environment to $(srcdir), + not current directory. + 2001-10-22 Marcus Brinkmann * t-data.c (write_test): New function. diff --git a/tests/Makefile.am b/tests/Makefile.am index 6b6d495..7a2c2d8 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=. +TESTS_ENVIRONMENT = GNUPGHOME=$(srcdir) TESTS = t-version t-data t-encrypt t-sign t-decrypt t-verify t-keylist \ t-export t-import t-trustlist -- 2.26.2