From 5fa0909249b0ad62cf6e97fc16ad3990d4cb0f99 Mon Sep 17 00:00:00 2001 From: ngie Date: Mon, 9 Nov 2015 07:49:39 +0000 Subject: MFC r289441: Integrate tools/test/posixshm and tools/regression/posixshm into the FreeBSD test suite as tests/sys/posixshm Some other highlights: - Convert the testcases over to ATF - Don't use hardcoded paths to /tmp (which violate the ATF/kyua samdbox); use mkstemp to generate temporary paths for non-SHM_ANON shm objects. Sponsored by: EMC / Isilon Storage Division --- etc/mtree/BSD.tests.dist | 2 ++ 1 file changed, 2 insertions(+) (limited to 'etc') diff --git a/etc/mtree/BSD.tests.dist b/etc/mtree/BSD.tests.dist index 3248775..862716d 100644 --- a/etc/mtree/BSD.tests.dist +++ b/etc/mtree/BSD.tests.dist @@ -234,6 +234,8 @@ unlink .. .. + posixshm + .. vfs .. vm -- cgit v1.1