]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: test: Resolve the system_test_dir in pytest
authorNicki Křížek <nicki@isc.org>
Tue, 27 Jan 2026 10:46:55 +0000 (11:46 +0100)
committerNicki Křížek <nicki@isc.org>
Tue, 27 Jan 2026 10:46:55 +0000 (11:46 +0100)
If the system_test_dir contains a symlink, then it might cause issues
further down when using relative_to(), unless it is resolved first. This
has been observed on FreeBSD13 in CI where /home is a symlink to
/usr/home.

Merge branch 'nicki/pytest-freebsd13-artifacts-path' into 'main'

See merge request isc-projects/bind9!11490


Trivial merge