The branch main has been updated by glebius: URL: https://cgit.FreeBSD.org/src/commit/?id=73d9153fc57bcfb665a4867cb1adc8fa0a8aaa84
commit 73d9153fc57bcfb665a4867cb1adc8fa0a8aaa84 Author: Gleb Smirnoff <[email protected]> AuthorDate: 2026-02-26 20:30:18 +0000 Commit: Gleb Smirnoff <[email protected]> CommitDate: 2026-02-26 20:30:18 +0000 tests/kern: put ssl_sendfile under MK_OPENSSL != no Reported by: wosch --- tests/sys/kern/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/sys/kern/Makefile b/tests/sys/kern/Makefile index 7dfa62ebb229..6d59a752bb4f 100644 --- a/tests/sys/kern/Makefile +++ b/tests/sys/kern/Makefile @@ -25,6 +25,7 @@ ATF_TESTS_C+= inotify_test ATF_TESTS_C+= kill_zombie .if ${MK_OPENSSL} != "no" ATF_TESTS_C+= ktls_test +ATF_TESTS_C+= ssl_sendfile .endif ATF_TESTS_C+= ktrace_test ATF_TESTS_C+= listener_wakeup @@ -50,7 +51,6 @@ TEST_METADATA.sigwait+= is_exclusive="true" ATF_TESTS_C+= subr_physmem_test .endif PLAIN_TESTS_C+= subr_unit_test -ATF_TESTS_C+= ssl_sendfile ATF_TESTS_C+= sysctl_kern_proc ATF_TESTS_C+= sys_getrandom ATF_TESTS_C+= tty_pts
