diff options
-rw-r--r-- | tests/du/Makefile.in | 2 |
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 |