diff options
author | Jim Meyering <jim@meyering.net> | 2007-09-13 10:04:35 +0200 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2007-09-15 08:40:39 +0200 |
commit | 56f1bd10fc1f2c0d7b72a4e016a45ab12b896901 (patch) | |
tree | 76248442042d81cd3cd931e72a16e6862b8b3c38 /tests/tail-2 | |
parent | fbae6a7b39a1e54ea672e0b592438e9555c0d97a (diff) | |
download | coreutils-56f1bd10fc1f2c0d7b72a4e016a45ab12b896901.tar.xz |
Factor out definitions in TESTS_ENVIRONMENT of srcdir, top_srcdir, etc.
tests/check.mk (top_srcdir): Define.
tests/*/Makefile.am: Remove definitions of $(srcdir), $(top_srcdir),
$(abs_top_srcdir), and $(abs_top_builddir), since they're
defined via the included tests/check.mk.
Diffstat (limited to 'tests/tail-2')
-rw-r--r-- | tests/tail-2/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/tail-2/Makefile.am b/tests/tail-2/Makefile.am index abd603dcd..055168a90 100644 --- a/tests/tail-2/Makefile.am +++ b/tests/tail-2/Makefile.am @@ -19,8 +19,6 @@ EXTRA_DIST = $(TESTS) TESTS_ENVIRONMENT = \ - top_srcdir=$(top_srcdir) \ - srcdir=$(srcdir) \ PERL="$(PERL)" \ CU_TEST_NAME=`basename $(abs_srcdir)`,$$tst \ PATH="$(VG_PATH_PREFIX)`pwd`/../../src$(PATH_SEPARATOR)$$PATH" \ |