HomeFreeBSD

aio_md_test: fix cleanup

Description

aio_md_test: fix cleanup

ATF cleanup functions cannot use functions such as ATF_REQUIRE
and atf_tc_fail. These functions assert that a test case is
currently running, which is not true during cleanup, so the
process aborts. Change the cleanup function to simply print
to stderr and return.

MFC after: 1 week
Sponsored by: Dell EMC Isilon

Details

Provenance
vangyzenAuthored on Jul 23 2021, 1:24 PM
Parents
rGa93941b439fc: Switch to an ifunc in the kernel for crc32c
Branches
Unknown
Tags
Unknown