summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-02-02 20:14:00 +0000
committerJim Meyering <jim@meyering.net>2003-02-02 20:14:00 +0000
commit183659bb72db2a65db08c4a809dde129c650c59f (patch)
tree1719e4845410f0fbf76509bf67d8f2c865c8b725 /tests
parentd9ad189ff71e6e37a534c331bfeaceed458c6c7b (diff)
downloadcoreutils-183659bb72db2a65db08c4a809dde129c650c59f.tar.xz
*** empty log message ***
Diffstat (limited to 'tests')
-rw-r--r--tests/du/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/du/Makefile.in b/tests/du/Makefile.in
index 3152c2534..ff27f678e 100644
--- a/tests/du/Makefile.in
+++ b/tests/du/Makefile.in
@@ -151,7 +151,7 @@ AUTOMAKE_OPTIONS = 1.4 gnits
TESTS = no-x no-deref trailing-slash deref two-args slink
EXTRA_DIST = $(TESTS)
TESTS_ENVIRONMENT = \
- PATH=`pwd`/../../src:$$PATH
+ PATH="`pwd`/../../src@PATH_SEPARATOR@$$PATH"
subdir = tests/du
mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs