From: Matthijs Mekking Date: Thu, 1 May 2025 09:43:21 +0000 (+0200) Subject: Remove duplicate check in serve-stale test X-Git-Tag: v9.21.23~54^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c95128ed47e62951b464d36149f84aa32d1a4f68;p=thirdparty%2Fbind9.git Remove duplicate check in serve-stale test --- diff --git a/bin/tests/system/serve_stale/tests.sh b/bin/tests/system/serve_stale/tests.sh index 865bea731bc..71d7468c8b1 100755 --- a/bin/tests/system/serve_stale/tests.sh +++ b/bin/tests/system/serve_stale/tests.sh @@ -2038,17 +2038,6 @@ if [ $ret != 0 ]; then fi status=$((status + ret)) -n=$((n + 1)) -echo_i "check server is alive or restart ($n)" -ret=0 -$RNDCCMD 10.53.0.3 status >rndc.out.test$n 2>&1 || ret=1 -if [ $ret != 0 ]; then - echo_i "failed" - echo_i "restart ns3" - start_server --noclean --restart --port ${PORT} serve-stale ns3 -fi -status=$((status + ret)) - ############################################# # Test for stale-answer-client-timeout 0. # #############################################