diff options
author | Jim Meyering <meyering@redhat.com> | 2007-10-05 12:14:16 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2007-10-05 12:57:03 +0200 |
commit | 068fa34adcb846244c81704de2872102310de86e (patch) | |
tree | 0aa9a38da6b0b4564c1af0b0045d3ea8ba3e48da /tests/misc | |
parent | f8cd8d524ccec3e56431596f0cc647724e7192ae (diff) | |
download | coreutils-068fa34adcb846244c81704de2872102310de86e.tar.xz |
Add PACKAGE_VERSION to TESTS_ENVIRONMENT via check.mk.
* tests/check.mk (TESTS_ENVIRONMENT): Add PACKAGE_VERSION here,
rather than in every Makefile.am that needs it.
* tests/rm/Makefile.am (TESTS_ENVIRONMENT): Remove PACKAGE_VERSION.
* tests/misc/Makefile.am (TESTS_ENVIRONMENT): Likewise.
Diffstat (limited to 'tests/misc')
-rw-r--r-- | tests/misc/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/misc/Makefile.am b/tests/misc/Makefile.am index 85c82e4f8..ec1a67c1c 100644 --- a/tests/misc/Makefile.am +++ b/tests/misc/Makefile.am @@ -22,7 +22,6 @@ built_programs = \ TESTS_ENVIRONMENT = \ built_programs="`$(built_programs)`" \ - PACKAGE_VERSION=$(PACKAGE_VERSION) \ PERL="$(PERL)" \ BUILD_SRC_DIR="`pwd`/../../src" \ CU_TEST_NAME=`basename $(abs_srcdir)`,$$tst \ |