summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorBo Borgerson <gigabo@gmail.com>2008-04-28 14:58:51 -0400
committerJim Meyering <meyering@redhat.com>2008-04-28 22:47:09 +0200
commit29a2fb38568a1f6951235092d829cc37bc019b4e (patch)
tree6a1947c903e0caebbf6ddf4c941c23db3674b164 /bootstrap
parented30cd94e3172e60d76f79a091c19a9ac288a7b5 (diff)
downloadcoreutils-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-xbootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index 1274af20f..c4b9b629b 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