]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add missing update of status variable in rrsetorder system test
authorMark Andrews <marka@isc.org>
Thu, 23 Jun 2022 06:55:59 +0000 (16:55 +1000)
committerMark Andrews <marka@isc.org>
Thu, 23 Jun 2022 07:05:14 +0000 (17:05 +1000)
bin/tests/system/rrsetorder/tests.sh

index 27a7c837a576eb7fafc70235bd59b1da6e64fc61..98fd4afd0b47af704cddec06fd1d1efd114fe60e 100644 (file)
@@ -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