]> 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:28:58 +0000 (17:28 +1000)
(cherry picked from commit da63e63c41190cfe8f5acc021c05c58585fb6e7f)

bin/tests/system/rrsetorder/tests.sh

index eaf0c9c8db3e6cea79255309231070f37727bd00..01a40fb34b6da2a87a4ad33b4feace92c7ed7f7b 100644 (file)
@@ -490,6 +490,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