diff options
Diffstat (limited to 'tests/du')
-rw-r--r-- | tests/du/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/du/Makefile.am b/tests/du/Makefile.am index 60d90e240..2c3567969 100644 --- a/tests/du/Makefile.am +++ b/tests/du/Makefile.am @@ -4,4 +4,4 @@ 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" |