diff options
author | Jim Meyering <jim@meyering.net> | 1998-10-03 04:58:28 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1998-10-03 04:58:28 +0000 |
commit | 95fd28c29068a66b16182a571ad72a94f0688363 (patch) | |
tree | a0666f346388c17e402de9c918b871cfcba92a62 | |
parent | 2239a0ff2c0ca6eb502ab39b5e6edf5c3c2d2ffe (diff) | |
download | coreutils-95fd28c29068a66b16182a571ad72a94f0688363.tar.xz |
*** empty log message ***
-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 04e326c89..90e6618b0 100644 --- a/tests/ls-2/Makefile.am +++ b/tests/ls-2/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in -*-Makefile-*-. -EXTRA_DIST = $(TESTS) quoting +EXTRA_DIST = $(TESTS) TESTS_ENVIRONMENT = \ top_srcdir=$(top_srcdir) \ @@ -9,4 +9,4 @@ TESTS_ENVIRONMENT = \ PATH=../../src:$$PATH \ PROG=ls -TESTS = run-test +TESTS = quoting |