diff options
author | Jim Meyering <jim@meyering.net> | 2006-06-12 20:35:55 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-06-12 20:35:55 +0000 |
commit | 61691e8f400402f5379ca621128a4027985fba98 (patch) | |
tree | 1942963a8b937a8f2f90a52f303ca3244ab9db97 /tests | |
parent | 3807c8d93d3b97b19d6399e9bbed98d4f22abe6c (diff) | |
download | coreutils-61691e8f400402f5379ca621128a4027985fba98.tar.xz |
tests/du/Makefile.am (TESTS_ENVIRONMENT): Pass $(PERL), for the files0-from test.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/du/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/du/Makefile.am b/tests/du/Makefile.am index 23d32078d..593b2244c 100644 --- a/tests/du/Makefile.am +++ b/tests/du/Makefile.am @@ -14,4 +14,5 @@ TESTS = \ exclude no-x no-deref trailing-slash deref two-args slink EXTRA_DIST = $(TESTS) TESTS_ENVIRONMENT = \ + PERL="$(PERL)" \ PATH="`pwd`/../../src$(PATH_SEPARATOR)$$PATH" |