From 8bf64609dc62915ad4e3a6348e9ac847140dca80 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 10 Sep 2003 09:24:00 +0000 Subject: (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. --- tests/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/Makefile.am') 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 = \ -- cgit v1.2.3-70-g09d2