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

/bind-9.11.3/bin/tests/system/statschannel/
H A Dtests.sh164 json_txt_count=`awk '/qtype TXT/ { print $NF }' json.fmtstats`
165 json_txt_count=${json_txt_count:-0}
166 [ "$txt_count" -eq "$json_txt_count" ] || ret=1

Completed in 9 milliseconds