]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(TESTS_ENVIRONMENT): Remove individual
authorJim Meyering <jim@meyering.net>
Fri, 7 May 1999 18:47:50 +0000 (18:47 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 7 May 1999 18:47:50 +0000 (18:47 +0000)
upper-case program names.  Add a definition of PATH.
(TESTS): Add dir-1.

tests/touch/Makefile.am

index 74578fc9dd771d5c3f93eb0307cf8140b002ebc3..6d1a8e919ecdcebe7f09403fe1c112d961ca03d1 100644 (file)
@@ -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