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

/bind-9.11.3/bin/tests/system/rpz/
H A Dtests.sh68 # set DIGNM=file name for dig output
73 DIGNM=dig.out$GROUP_NM-$TEST_NUM
74 while test -f $DIGNM; do
76 DIGNM=dig.out$GROUP_NM-$TEST_NUM
204 if grep "flags:.* aa .*ad;" $DIGNM; then
206 elif grep "flags:.* aa .*ad;" $DIGNM; then
209 if $PERL $SYSTEMTESTTOP/digcomp.pl $DIGNM $2 >/dev/null; then
211 RESULT_TCP=`sed -n -e 's/.*Truncated, retrying in TCP.*/TCP/p' $DIGNM`
213 setret "I:'dig $1' wrong; no or unexpected truncation in $DIGNM"
216 clean_result ${DIGNM}*
[all...]

Completed in 10 milliseconds