mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 01:12:07 -04:00
Add missing update of status variable in rrsetorder system test
This commit is contained in:
parent
73543a4aa7
commit
da63e63c41
1 changed files with 1 additions and 0 deletions
|
|
@ -489,6 +489,7 @@ done
|
|||
echo_i "Random selection return $match of ${GOOD_RANDOM_NO} possible orders in 36 samples"
|
||||
if [ $match -lt `expr ${GOOD_RANDOM_NO} / 3` ]; then ret=1; fi
|
||||
if [ $ret != 0 ]; then echo_i "failed"; fi
|
||||
status=$((status + ret))
|
||||
|
||||
echo_i "Checking order none (cache)"
|
||||
ret=0
|
||||
|
|
|
|||
Loading…
Reference in a new issue