]> git.ipfire.org Git - thirdparty/bind9.git/commit
fix: test: Fix NSEC3HASH system test on jammy
authorŠtěpán Balážik <stepan@isc.org>
Wed, 5 Nov 2025 11:54:23 +0000 (11:54 +0000)
committerŠtěpán Balážik <stepan@isc.org>
Wed, 5 Nov 2025 11:54:23 +0000 (11:54 +0000)
commit7f1d36db22040a032100b8f451527b642ebdcede
treee359f180596f3969f35e8e12f9fb41ca153b0cb0
parent7ca069e28fa3973d87169f99cdf3ff3fcd4ae00e
parent35923a952e9b8449afa9e4837424fd91f48b1024
fix: test: Fix NSEC3HASH system test on jammy

a94aab94404201a662c1e1d3e53cdeae0f5c8db5 removed importorskip call from
isctest.name on which the functionality of this test relied.

Add an explicit importorskip call to the test.

Merge branch 'stepan/fix-tools-nsec3hash-on-jammy' into 'main'

See merge request isc-projects/bind9!11213