From 29a2fb38568a1f6951235092d829cc37bc019b4e Mon Sep 17 00:00:00 2001 From: Bo Borgerson Date: Mon, 28 Apr 2008 14:58:51 -0400 Subject: [PATCH] tests: remove references to tests/wc from bootstrap * bootstrap: Don't try to initialize anything in tests/wc. Signed-off-by: Bo Borgerson --- bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap b/bootstrap index 1274af20f3..c4b9b629bb 100755 --- 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 -- 2.47.3