From 61691e8f400402f5379ca621128a4027985fba98 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 12 Jun 2006 20:35:55 +0000 Subject: tests/du/Makefile.am (TESTS_ENVIRONMENT): Pass $(PERL), for the files0-from test. --- tests/du/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/du') 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" -- cgit v1.2.3-54-g00ecf