Index: head/tests/sys/aio/aio_test.c =================================================================== --- head/tests/sys/aio/aio_test.c +++ head/tests/sys/aio/aio_test.c @@ -667,7 +667,6 @@ char buf[80]; ATF_REQUIRE_KERNEL_MODULE("aio"); - ATF_REQUIRE_UNSAFE_AIO(); mdctl_fd = open("/dev/" MDCTL_NAME, O_RDWR, 0); ATF_REQUIRE_MSG(mdctl_fd != -1,