]> git.ipfire.org Git - thirdparty/bind9.git/commit
rem: test: Drop the unit test for testing randomness
authorOndřej Surý <ondrej@isc.org>
Fri, 24 Oct 2025 19:17:08 +0000 (21:17 +0200)
committerOndřej Surý <ondrej@isc.org>
Fri, 24 Oct 2025 19:17:08 +0000 (21:17 +0200)
commit92dfbbff9eb21cc78d38e4e238f61f3929ffb76e
tree511fabd8b328e0552342f66d0fe15b256f0cba38
parent6badc6e9396066abfd7787c89adbe9aecb6b897d
parent90b3def5e965911113d6c3d7f35987a2882b0ba9
rem: test: Drop the unit test for testing randomness

Since we are using system routines for randomness, there's no point
in spending time and run the statistical suite for testing PRNG.

Merge branch 'ondrej/drop-random-unit-test' into 'main'

See merge request isc-projects/bind9!11137