]> git.ipfire.org Git - thirdparty/bind9.git/commit
[9.18] fix: test: Check exit status of dig and nsupdate in nsupdate system test
authorMark Andrews <marka@isc.org>
Tue, 7 Apr 2026 21:57:36 +0000 (07:57 +1000)
committerMark Andrews <marka@isc.org>
Tue, 7 Apr 2026 21:57:36 +0000 (07:57 +1000)
commit8c45bb77b0b98c052ac3feed33ba2d35e7d4e9da
tree143f46ff4c0c69c023ddf36609c888506bd71018
parent7137abcb2e4b7135ee6c90e2d2806e4c247535b8
parentf768082d4b9df7ab6ecd4f3e7bb2ab3f199f3fa9
[9.18] 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.18' into 'bind-9.18'

See merge request isc-projects/bind9!11814