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/rmdir | |
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/rmdir')
-rw-r--r-- | tests/rmdir/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/rmdir/Makefile.am b/tests/rmdir/Makefile.am index 54e305142..b473cc457 100644 --- a/tests/rmdir/Makefile.am +++ b/tests/rmdir/Makefile.am @@ -3,8 +3,6 @@ TESTS = fail-perm ignore t-slash 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" \ |