summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-05-07 18:52:35 +0000
committerJim Meyering <jim@meyering.net>1999-05-07 18:52:35 +0000
commit07053344dc59c2c23f76d53e9dfeba79ca7c8f2d (patch)
tree0b41795bd1a716ddc7b4720344f0eb7f4e739a9d /tests
parentf31052628df58442478fdbd800468f04904175d6 (diff)
downloadcoreutils-07053344dc59c2c23f76d53e9dfeba79ca7c8f2d.tar.xz
.
Diffstat (limited to 'tests')
-rw-r--r--tests/touch/Makefile.in11
1 files changed, 2 insertions, 9 deletions
diff --git a/tests/touch/Makefile.in b/tests/touch/Makefile.in
index 2d85d6e02..6ce893aad 100644
--- a/tests/touch/Makefile.in
+++ b/tests/touch/Makefile.in
@@ -99,17 +99,10 @@ l = @l@
AUTOMAKE_OPTIONS = 1.3 gnits
-TESTS = empty-file
+TESTS = empty-file dir-1
EXTRA_DIST = $(TESTS)
TESTS_ENVIRONMENT = \
- DF=../../src/df \
- LN=../../src/ln \
- LS=../../src/ls \
- MKDIR=../../src/mkdir \
- MKNOD=../../src/mknod \
- MV=../../src/mv \
- RM=../../src/rm \
- TOUCH=../../src/touch
+ PATH=../../src:$$PATH
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = ../../config.h