From 5bcc8fa10fba5b0a504ff3735862359e878693a3 Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Mon, 30 Apr 2012 23:25:18 +0200 Subject: [PATCH] fixup: remove leftover "TERM=ansi" definition in 't/color.sh' It should have actually be removed in commit 'v1.12-23-gb105d40'. Signed-off-by: Stefano Lattarini --- t/color.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/t/color.sh b/t/color.sh index c9fe302..c9a1ab9 100755 --- a/t/color.sh +++ b/t/color.sh @@ -19,9 +19,6 @@ . ./defs || Exit 1 -TERM=ansi -export TERM - esc='' # Escape '[' for grep, below. red="$esc\[0;31m" -- 2.7.4