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 1274af2..c4b9b62 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