diff options
author | Jim Meyering <jim@meyering.net> | 2003-09-13 12:29:15 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-09-13 12:29:15 +0000 |
commit | 932e5a2ecc69511e900f383dc996e89df04854d1 (patch) | |
tree | 3e1003149fcc78b46265043c0d2418390d806028 /tests | |
parent | 8e3272f54671dd587e37f7b2f7d2a2730c851606 (diff) | |
download | coreutils-932e5a2ecc69511e900f383dc996e89df04854d1.tar.xz |
.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.in b/tests/Makefile.in index f6a86adbb..06863a42b 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -160,7 +160,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 |