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

/bind-9.11.3/bin/tests/system/rpz/
H A Dtests.sh147 GOT=`expr $NEW_CNT - $OLD_CNT`
148 if test "$GOT" -ne "$EXPECTED"; then
149 setret "I:wrong $LABEL $NSDIR statistics of $GOT instead of $EXPECTED"
164 GOT=`expr $NEW_CNT - $OLD_CNT`
165 if test "$GOT" -lt "$MIN" -o "$GOT" -gt "$MAX"; then
166 setret "I:wrong $LABEL $NSDIR statistics of $GOT instead of ${MIN}..${MAX}"

Completed in 10 milliseconds