diff options
author | Jim Meyering <jim@meyering.net> | 1998-08-29 18:08:33 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1998-08-29 18:08:33 +0000 |
commit | 33df2fe237b1e73f298d2f9578aae74d29de57d5 (patch) | |
tree | 1827a8a75f3e10d6172fe1d54b01fffcb9a64c21 | |
parent | 87c3c9c7c672454c8ab6e8b36762300e9978486a (diff) | |
download | coreutils-33df2fe237b1e73f298d2f9578aae74d29de57d5.tar.gz coreutils-33df2fe237b1e73f298d2f9578aae74d29de57d5.tar.bz2 coreutils-33df2fe237b1e73f298d2f9578aae74d29de57d5.zip |
(EXTRA_DIST): Remove Fetish.pm.
TESTS_ENVIRONMENT: Set PROG, not LS.
-rw-r--r-- | tests/ls-2/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ls-2/Makefile.am b/tests/ls-2/Makefile.am index 925cafefe..04e326c89 100644 --- a/tests/ls-2/Makefile.am +++ b/tests/ls-2/Makefile.am @@ -1,12 +1,12 @@ ## Process this file with automake to produce Makefile.in -*-Makefile-*-. -EXTRA_DIST = $(TESTS) Fetish.pm quoting +EXTRA_DIST = $(TESTS) quoting TESTS_ENVIRONMENT = \ top_srcdir=$(top_srcdir) \ srcdir=$(srcdir) \ PERL="@PERL@" \ PATH=../../src:$$PATH \ - LS=ls + PROG=ls TESTS = run-test |