summaryrefslogtreecommitdiff
path: root/tests/rm
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2007-09-13 10:04:35 +0200
committerJim Meyering <jim@meyering.net>2007-09-15 08:40:39 +0200
commit56f1bd10fc1f2c0d7b72a4e016a45ab12b896901 (patch)
tree76248442042d81cd3cd931e72a16e6862b8b3c38 /tests/rm
parentfbae6a7b39a1e54ea672e0b592438e9555c0d97a (diff)
downloadcoreutils-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/rm')
-rw-r--r--tests/rm/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/rm/Makefile.am b/tests/rm/Makefile.am
index 21d3f4db2..203fe36a6 100644
--- a/tests/rm/Makefile.am
+++ b/tests/rm/Makefile.am
@@ -44,8 +44,6 @@ TESTS_ENVIRONMENT = \
RM=../../src/rm \
MKDIR=../../src/mkdir \
CONFIG_HEADER=$(CONFIG_HEADER) \
- top_srcdir=$(top_srcdir) \
- srcdir=$(srcdir) \
PERL="$(PERL)" \
CU_TEST_NAME=`basename $(abs_srcdir)`,$$tst \
PATH="$(VG_PATH_PREFIX)`pwd`/../../src$(PATH_SEPARATOR)$$PATH" \