]> git.ipfire.org Git - thirdparty/bind9.git/commit
Resolve the system_test_dir in pytest
authorNicki Křížek <nicki@isc.org>
Mon, 26 Jan 2026 17:37:00 +0000 (18:37 +0100)
committerNicki Křížek <nicki@isc.org>
Tue, 27 Jan 2026 11:33:33 +0000 (12:33 +0100)
commit77a627dfd54748140eedf84eff6ab735b55edd86
tree0bb7e438b31626268dbda4879e2bbb88067b562a
parente3caaa16f12a11a57faff72cd0a89248c197d8ff
Resolve the system_test_dir in pytest

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.

(cherry picked from commit b1e346905912db53c9e92b2729849e3bb6f74816)
bin/tests/system/conftest.py