|
From: Paul F. <pa...@so...> - 2022-12-22 08:10:59
|
https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=1c61a442b1973d9269140b332fbc6acc64286f08 commit 1c61a442b1973d9269140b332fbc6acc64286f08 Author: Paul Floyd <pj...@wa...> Date: Thu Dec 22 09:09:52 2022 +0100 FreeBSD: add a check that the mqueuefs kernel module is loaded for the none/tests/mq regtest Diff: --- none/tests/mq.vgtest | 1 + 1 file changed, 1 insertion(+) diff --git a/none/tests/mq.vgtest b/none/tests/mq.vgtest index 8a5fe3fc3e..9ff20e38c8 100644 --- a/none/tests/mq.vgtest +++ b/none/tests/mq.vgtest @@ -1 +1,2 @@ +prereq: ( ! ../../tests/os_test freebsd ) || ( kldstat -m mqueuefs > /dev/null ) prog: mq |