]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
tests: remove references to tests/wc from bootstrap
authorBo Borgerson <gigabo@gmail.com>
Mon, 28 Apr 2008 18:58:51 +0000 (14:58 -0400)
committerJim Meyering <meyering@redhat.com>
Mon, 28 Apr 2008 20:47:09 +0000 (22:47 +0200)
* bootstrap: Don't try to initialize anything in tests/wc.

Signed-off-by: Bo Borgerson <gigabo@gmail.com>
bootstrap

index 1274af20f34f022bbd1e6c2b51d079544f237574..c4b9b629bb9c9c312d1eca62efd777d26ef6c0ff 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -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