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/rm | |
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/rm')
-rw-r--r-- | tests/rm/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/rm/Makefile.am b/tests/rm/Makefile.am index f29274744..0f760066a 100644 --- a/tests/rm/Makefile.am +++ b/tests/rm/Makefile.am @@ -50,7 +50,6 @@ TESTS_ENVIRONMENT = \ PERL="$(PERL)" \ CU_TEST_NAME=`basename $(abs_srcdir)`,$$tst \ PATH="$(VG_PATH_PREFIX)`pwd`/../../src$(PATH_SEPARATOR)$$PATH" \ - PACKAGE_VERSION=$(PACKAGE_VERSION) \ PROG=rm include $(top_srcdir)/tests/check.mk |