summaryrefslogtreecommitdiff
path: root/tests/touch
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-01-07 12:27:31 +0000
committerJim Meyering <jim@meyering.net>2000-01-07 12:27:31 +0000
commitb830d441bbeac509f2006a01b179ef596d8b706f (patch)
tree0088d90d3a3341e0ba325f101bee5d15435e1004 /tests/touch
parent923a32a0a829f219353f053d48cb239b3323a86f (diff)
downloadcoreutils-b830d441bbeac509f2006a01b179ef596d8b706f.tar.xz
.
Diffstat (limited to 'tests/touch')
-rw-r--r--tests/touch/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/touch/Makefile.in b/tests/touch/Makefile.in
index fe474144d..1f653e5a4 100644
--- a/tests/touch/Makefile.in
+++ b/tests/touch/Makefile.in
@@ -106,7 +106,7 @@ AUTOMAKE_OPTIONS = 1.3 gnits
TESTS = empty-file dir-1 dangling-symlink no-rights
EXTRA_DIST = $(TESTS)
TESTS_ENVIRONMENT = \
- PATH=../../src:$$PATH
+ PATH=`pwd`/../../src:$$PATH
subdir = tests/touch
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs