Re: failure in "colorful tests"

2007-11-12 Thread Ralf Wildenhues
Hi Bob, * Bob Proulx wrote on Mon, Nov 12, 2007 at 11:44:42PM CET: > This following automake 'make check' finishes successfully. > > env TERM=ansi make -C tests check TESTS=color.test > > However this next one has a failure. > > env TERM=dumb make -C tests check TESTS=color.test > > And th

Re: failure in "colorful tests"

2007-11-12 Thread Bob Proulx
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 the test should be skipped. I think it should be made independent of the invo