]> git.ipfire.org Git - thirdparty/bind9.git/commit
Check exit status of dig and nsupdate in nsupdate system test
authorMark Andrews <marka@isc.org>
Thu, 19 Mar 2026 04:18:46 +0000 (15:18 +1100)
committerOndřej Surý (GitLab job 7159549) <ondrej@isc.org>
Tue, 7 Apr 2026 17:32:58 +0000 (17:32 +0000)
commitf768082d4b9df7ab6ecd4f3e7bb2ab3f199f3fa9
tree143f46ff4c0c69c023ddf36609c888506bd71018
parent7137abcb2e4b7135ee6c90e2d2806e4c247535b8
Check exit status of dig and nsupdate in nsupdate system test

Add missing `|| ret=1` to six dig and nsupdate invocations in
tests.sh so that command failures are properly caught instead
of silently ignored.

(cherry picked from commit 9ba03a1848904b605f64fbfe3dab00b551828e4b)
bin/tests/system/nsupdate/tests.sh