diff options
| author | Jim Meyering <jim@meyering.net> | 2003-09-10 09:24:00 +0000 |
|---|---|---|
| committer | Jim Meyering <jim@meyering.net> | 2003-09-10 09:24:00 +0000 |
| commit | 8bf64609dc62915ad4e3a6348e9ac847140dca80 (patch) | |
| tree | d1da5f8dd1ea4d05299d809b5a6ec9229404f8b0 | |
| parent | Include readtokens.h first, to test interface. (diff) | |
| download | coreutils-8bf64609dc62915ad4e3a6348e9ac847140dca80.tar.gz coreutils-8bf64609dc62915ad4e3a6348e9ac847140dca80.zip | |
(programs): Use ../src/tr -s ' ' '\n' in place
of `fmt -1'. Using the just-built tr is a little cleaner.
Christian Krackowizer reported that HPUX 10.20 doesn't have fmt.
| -rw-r--r-- | tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 6e89a5d30..7a9bca385 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -8,7 +8,7 @@ ASSORT = LC_ALL=C sort all_programs = \ echo 'spy:;@echo $$(all_programs)' \ | MAKEFLAGS= $(MAKE) -s -C ../src -f Makefile -f - spy \ - | fmt -1 | $(ASSORT) -u + | ../src/tr -s ' ' '\n' | $(ASSORT) -u TESTS = help-version TESTS_ENVIRONMENT = \ |
