From: Jim Meyering Date: Wed, 10 Sep 2003 09:24:00 +0000 (+0000) Subject: (programs): Use ../src/tr -s ' ' '\n' in place X-Git-Tag: v5.1.0~734 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8bf64609dc62915ad4e3a6348e9ac847140dca80;p=thirdparty%2Fcoreutils.git (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. --- diff --git a/tests/Makefile.am b/tests/Makefile.am index 6e89a5d306..7a9bca385b 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 = \