From: Bob Proulx Date: Tue, 13 Nov 2007 21:57:15 +0000 (+0100) Subject: Fix color test failure on dumb (and other) terminals. X-Git-Tag: v1.10b~218 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d826333beefa170835b20612332be837624f72c1;p=thirdparty%2Fautomake.git Fix color test failure on dumb (and other) terminals. * tests/color.test: Set TERM to `ansi'. --- diff --git a/ChangeLog b/ChangeLog index f02f87047..c80196c04 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-11-13 Bob Proulx + + Fix color test failure on dumb (and other) terminals. + * tests/color.test: Set TERM to `ansi'. + 2007-11-12 Ralf Wildenhues Avoid spurious test failure with `make check TESTS=check5.test'. diff --git a/tests/color.test b/tests/color.test index d30d1e0f3..8d6520d71 100755 --- a/tests/color.test +++ b/tests/color.test @@ -24,6 +24,9 @@ set -e +TERM=ansi +export TERM + red='' grn='' lgn=''