mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
stderr to /dev/null also
This commit is contained in:
parent
d1e823af15
commit
4615bc5408
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue