]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Birdtest: Fixing outputs at 'exotic' OS
authorPavel Tvrdík <pawel.tvrdik@gmail.cz>
Wed, 5 Aug 2015 09:49:05 +0000 (11:49 +0200)
committerPavel Tvrdík <pawel.tvrdik@gmail.cz>
Wed, 5 Aug 2015 10:36:40 +0000 (12:36 +0200)
tools/run_tests.sh

index f86289ad1a1a14ea433d0a1693bb052188081e63..910231e85e3d52e3dc17e6a65534e10ece0bd65c 100755 (executable)
@@ -3,6 +3,9 @@
 objdir=$1
 srcdir=$2
 
+[ -z "$TERM" ] && TERM=xterm
+tput init
+
 # see if it supports colors...
 ncolors=$(tput colors)