]> git.ipfire.org Git - thirdparty/bind9.git/commit
fix: test: Fix check_pid() in runtime system test on FreeBSD
authorMichal Nowak <mnowak@isc.org>
Mon, 14 Apr 2025 10:56:13 +0000 (10:56 +0000)
committerMichal Nowak <mnowak@isc.org>
Mon, 14 Apr 2025 10:56:13 +0000 (10:56 +0000)
commitb3ee5dc8f7f3da85411298dcda8a54e795b0f3bf
tree562a7fd801dc87f4c643c9c36893a2156c232903
parentb82d434be293340bbcbd5b96c3b6ce19219a60de
parent6acaca963d0a8b1715c1e6c6b38eec45b1c5d63c
fix: test: Fix check_pid() in runtime system test on FreeBSD

The original check_pid() always returned 0 on FreeBSD, even if the
process was still running. This makes the "verifying that named checks
for conflicting named processes" check fail on FreeBSD with TSAN.

Merge branch 'mnowak/fix-runtime-pid-check' into 'main'

See merge request isc-projects/bind9!10373