From: Mark Andrews Date: Thu, 23 Jun 2022 06:55:59 +0000 (+1000) Subject: Add missing update of status variable in rrsetorder system test X-Git-Tag: v9.19.3~26^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=da63e63c41190cfe8f5acc021c05c58585fb6e7f;p=thirdparty%2Fbind9.git Add missing update of status variable in rrsetorder system test --- diff --git a/bin/tests/system/rrsetorder/tests.sh b/bin/tests/system/rrsetorder/tests.sh index 27a7c837a57..98fd4afd0b4 100644 --- a/bin/tests/system/rrsetorder/tests.sh +++ b/bin/tests/system/rrsetorder/tests.sh @@ -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