From: Jim Meyering Date: Mon, 12 Jun 2006 20:35:55 +0000 (+0000) Subject: tests/du/Makefile.am (TESTS_ENVIRONMENT): Pass $(PERL), for the files0-from test. X-Git-Tag: v6.0~307 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=61691e8f400402f5379ca621128a4027985fba98;p=thirdparty%2Fcoreutils.git tests/du/Makefile.am (TESTS_ENVIRONMENT): Pass $(PERL), for the files0-from test. --- 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"