Searched refs:xml_noerror_count (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/bin/tests/system/statschannel/
H A Dtests.sh153 xml_noerror_count=`awk '/rcode NOERROR/ { print $NF }' xml.fmtstats`
154 xml_noerror_count=${xml_noerror_count:-0}
155 [ "$noerror_count" -eq "$xml_noerror_count" ] || ret=1

Completed in 10 milliseconds