From: Mark Andrews Date: Wed, 4 Oct 2017 08:26:44 +0000 (+1100) Subject: stderr to /dev/null also X-Git-Tag: v9.12.0b1~95 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=4615bc540843a6dc1d2195cdeae39bbe0de18d19;p=thirdparty%2Fbind9.git stderr to /dev/null also --- diff --git a/bin/tests/system/conf.sh.in b/bin/tests/system/conf.sh.in index 65192a54c22..923eeb9a00d 100644 --- a/bin/tests/system/conf.sh.in +++ b/bin/tests/system/conf.sh.in @@ -138,7 +138,7 @@ NZD=@NZD_TOOLS@ # # Set up color-coded test output # -if test -t 1 && type tput > /dev/null; then +if test -t 1 && type tput > /dev/null 2>&1 ; then COLOR_FAIL=`tput setaf 1` # red COLOR_WARN=`tput setaf 3` # yellow COLOR_PASS=`tput setaf 2` # green