From: Bo Borgerson Date: Mon, 28 Apr 2008 18:58:51 +0000 (-0400) Subject: tests: remove references to tests/wc from bootstrap X-Git-Tag: v6.12~80 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29a2fb38568a1f6951235092d829cc37bc019b4e;p=thirdparty%2Fcoreutils.git tests: remove references to tests/wc from bootstrap * bootstrap: Don't try to initialize anything in tests/wc. Signed-off-by: Bo Borgerson --- 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