diff options
author | Bo Borgerson <gigabo@gmail.com> | 2008-04-28 14:58:51 -0400 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2008-04-28 22:47:09 +0200 |
commit | 29a2fb38568a1f6951235092d829cc37bc019b4e (patch) | |
tree | 6a1947c903e0caebbf6ddf4c941c23db3674b164 /bootstrap | |
parent | ed30cd94e3172e60d76f79a091c19a9ac288a7b5 (diff) | |
download | coreutils-29a2fb38568a1f6951235092d829cc37bc019b4e.tar.xz |
tests: remove references to tests/wc from bootstrap
* bootstrap: Don't try to initialize anything in tests/wc.
Signed-off-by: Bo Borgerson <gigabo@gmail.com>
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -535,7 +535,7 @@ fi mam_template=tests/Makefile.am.in if test -f $mam_template; then PERL=perl - for tool in cut head join pr sort tac tail test tr uniq wc; do + for tool in cut head join pr sort tac tail test tr uniq; do m=tests/$tool/Makefile.am t=${m}t rm -f $m $t |