From: Michal Nowak Date: Wed, 3 Aug 2022 09:03:05 +0000 (+0200) Subject: Remove no-op assignment from kasp/tests.sh X-Git-Tag: v9.19.8~57^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=00c3b1e30972fe41ea37da15c0b7995a3d312620;p=thirdparty%2Fbind9.git Remove no-op assignment from kasp/tests.sh "next_key_event_threshold" is assigned with "next_key_event_threshold+i", but "i" is empty (never set, nor used afterwards). posh, the Policy-compliant Ordinary SHell, failed on this assignment with: tests.sh:253: : unexpected `end of expression' --- diff --git a/bin/tests/system/kasp/tests.sh b/bin/tests/system/kasp/tests.sh index ab65dff3ad6..4cb9bbbe9bc 100644 --- a/bin/tests/system/kasp/tests.sh +++ b/bin/tests/system/kasp/tests.sh @@ -250,8 +250,6 @@ retry_quiet 30 _wait_for_done_apexnsec || ret=1 test "$ret" -eq 0 || echo_i "failed" status=$((status+ret)) -next_key_event_threshold=$((next_key_event_threshold+i)) - # Test max-zone-ttl rejects zones with too high TTL. n=$((n+1)) echo_i "check that max-zone-ttl rejects zones with too high TTL ($n)"