]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
Fix color test failure on dumb (and other) terminals.
authorBob Proulx <bob@proulx.com>
Tue, 13 Nov 2007 21:57:15 +0000 (22:57 +0100)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Tue, 13 Nov 2007 21:57:52 +0000 (22:57 +0100)
* tests/color.test: Set TERM to `ansi'.

ChangeLog
tests/color.test

index f02f87047554f7aa35bd55990358d4a54fe072b7..c80196c043f283bf156f9f9f5134a815228378a3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-11-13  Bob Proulx  <bob@proulx.com>
+
+       Fix color test failure on dumb (and other) terminals.
+       * tests/color.test: Set TERM to `ansi'.
+
 2007-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        Avoid spurious test failure with `make check TESTS=check5.test'.
index d30d1e0f3b67f676c87ab0c34e9b6807b0fbdcde..8d6520d7180bf26f383f48984b960f46677d932c 100755 (executable)
@@ -24,6 +24,9 @@
 
 set -e
 
+TERM=ansi
+export TERM
+
 red='\e[0;31m'
 grn='\e[0;32m'
 lgn='\e[1;32m'