From: Pavel TvrdĂ­k Date: Wed, 5 Aug 2015 09:49:05 +0000 (+0200) Subject: Birdtest: Fixing outputs at 'exotic' OS X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d51a3385a65511fbe169f08393f8f342e5087af8;p=thirdparty%2Fbird.git Birdtest: Fixing outputs at 'exotic' OS --- diff --git a/tools/run_tests.sh b/tools/run_tests.sh index f86289ad1..910231e85 100755 --- a/tools/run_tests.sh +++ b/tools/run_tests.sh @@ -3,6 +3,9 @@ objdir=$1 srcdir=$2 +[ -z "$TERM" ] && TERM=xterm +tput init + # see if it supports colors... ncolors=$(tput colors)