diff options
author | Jim Meyering <jim@meyering.net> | 1999-05-07 18:47:50 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-05-07 18:47:50 +0000 |
commit | 0ef3c5d7fc84df2c93b97d335ee0742baaff60b1 (patch) | |
tree | a184f1190c5e980f9d3bf8bb98e0f9d29b32c40f /tests | |
parent | a06a563ea467e28109b277ccc2b55aa3530ab6ba (diff) | |
download | coreutils-0ef3c5d7fc84df2c93b97d335ee0742baaff60b1.tar.xz |
(TESTS_ENVIRONMENT): Remove individual
upper-case program names. Add a definition of PATH.
(TESTS): Add dir-1.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/touch/Makefile.am | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/tests/touch/Makefile.am b/tests/touch/Makefile.am index 74578fc9d..6d1a8e919 100644 --- a/tests/touch/Makefile.am +++ b/tests/touch/Makefile.am @@ -1,14 +1,7 @@ ## Process this file with automake to produce Makefile.in -*-Makefile-*-. 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 |