]> git.ipfire.org Git - thirdparty/bind9.git/commit
[9.20] fix: test: Check exit status of dig and nsupdate in nsupdate system test
authorMark Andrews <marka@isc.org>
Tue, 7 Apr 2026 21:58:22 +0000 (07:58 +1000)
committerMark Andrews <marka@isc.org>
Tue, 7 Apr 2026 21:58:22 +0000 (07:58 +1000)
commit60288be50f79fdeb283ca1a4b694bb43ffb2edbf
treef0d78c7d2fb0316f3e9c7b2e092b01aa1aa8e52d
parent9cef150dee06576e2a89362c4a27ae3e8dd74edb
parent6982d10993002961a8b3f54fbc641afe86420f7e
[9.20] fix: test: Check exit status of dig and nsupdate in nsupdate system test

Add missing failure checks to six dig and nsupdate invocations in nsupdate system test so that command failures are properly caught instead of silently ignored.

Backport of MR !11811

Merge branch 'backport-marka/check-return-codes-in-nsupdate-test-9.20' into 'bind-9.20'

See merge request isc-projects/bind9!11813