diff options
author | Jim Meyering <jim@meyering.net> | 2002-09-21 22:12:40 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-09-21 22:12:40 +0000 |
commit | ddc4c1a8a9a05da82fe076dbff80e06a6907cec5 (patch) | |
tree | 3f4d5ec1f9e1b14470d6196a334ce14b787531ae /tests/fmt | |
parent | ef2c79217f63304e0c3427f92ba6246f5330dd37 (diff) | |
download | coreutils-ddc4c1a8a9a05da82fe076dbff80e06a6907cec5.tar.xz |
(TESTS): Add long-line.
Diffstat (limited to 'tests/fmt')
-rw-r--r-- | tests/fmt/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fmt/Makefile.am b/tests/fmt/Makefile.am index cec419926..9663d7b0c 100644 --- a/tests/fmt/Makefile.am +++ b/tests/fmt/Makefile.am @@ -9,4 +9,4 @@ TESTS_ENVIRONMENT = \ PATH=`pwd`/../../src:$$PATH \ PROG=fmt -TESTS = basic +TESTS = basic long-line |