Re: failure in "colorful tests"

2007-11-13 Thread Bob Proulx
Ralf Wildenhues wrote: > Agreed. Thanks. I've applied the patch below. Thanks! > HP-UX 10.20 - - + > HP-UX 11.23 - - + This really confused me because I was getting color. So I went back and looked at things closely and I realized why. Quite some years ago I "

[SCM] GNU Automake branch, master, updated. Release-1-10-67-gd826333

2007-11-13 Thread Ralf Wildenhues
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "GNU Automake". http://git.sv.gnu.org/gitweb/?p=automake.git;a=commitdiff;h=d826333beefa170835b20612332be837624f72c1 The branch, master has

Re: failure in "colorful tests"

2007-11-13 Thread Ralf Wildenhues
* Bob Proulx wrote on Tue, Nov 13, 2007 at 12:41:01AM CET: > Ralf Wildenhues wrote: > > +case $TERM in > > +dumb) exit 77;; > > +esac > > ... > > Thanks! Do we need to guard against other TERM settings, too? > > Hmm... I was thinking more along the lines of this patch instead. I > don't think t