summaryrefslogtreecommitdiff
path: root/tests/sys/mqueue/mqueue_test.sh
AgeCommit message (Collapse)Author
2025-09-05tests/sys/mqueue: use require.kmods property instead of ad-hoc checksSiva Mahadevan
Signed-off-by: Siva Mahadevan <me@svmhdvn.name> Sponsored by: The FreeBSD Foundation Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/1780
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
2017-08-08Make test scripts under tests/... non-executableEnji Cooper
Executable bits should be set at install time instead of in the repo. Setting executable bits on files triggers false positives with Phabricator. MFC after: 2 months Notes: svn path=/head/; revision=322214
2015-12-01Disable mqueue test # 3 and # 4 until __mq_oshandle is properly publicizedEnji Cooper
This will unbreak the test script and make things green again after r291440 Sponsored by: EMC / Isilon Storage Division Notes: svn path=/head/; revision=291575
2015-04-28Fill in the copyright boilerplate for the test programEnji Cooper
MFC after: 6 days Notes: svn path=/head/; revision=282133
2015-04-27Integrate tools/regression/mqueue into the FreeBSD test suite asEnji Cooper
tests/sys/mqueue MFC after: 1 week Notes: svn path=/head/; revision=282071