From 61691e8f400402f5379ca621128a4027985fba98 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 12 Jun 2006 20:35:55 +0000 Subject: [PATCH] tests/du/Makefile.am (TESTS_ENVIRONMENT): Pass $(PERL), for the files0-from test. --- ChangeLog | 5 +++++ tests/du/Makefile.am | 1 + 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 4b59816ee0..5bc80072df 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-06-12 Ralf Wildenhues + + * tests/du/Makefile.am (TESTS_ENVIRONMENT): Pass $(PERL), for + files0-from test. + 2006-06-11 Jim Meyering * .gitignore: New file. diff --git a/tests/du/Makefile.am b/tests/du/Makefile.am index 23d32078db..593b2244cd 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" -- 2.47.3