]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Unify posixshm.c and shm_test.c
authorngie <ngie@FreeBSD.org>
Sat, 17 Oct 2015 03:13:22 +0000 (03:13 +0000)
committerngie <ngie@FreeBSD.org>
Sat, 17 Oct 2015 03:13:22 +0000 (03:13 +0000)
commit514260b6e74432abb7deca6b56c7c033ae57b669
treef20ab3bbd35616fbd24948dd5a8d364db5260f4e
parent4640526e7e284cecc9856f90c9b4e1728a8a38e2
Unify posixshm.c and shm_test.c

Convert both testcases over to ATF

Don't use hardcoded paths to /tmp; use mkstemp to generate
temporary paths for non-SHM_ANON created shm objects.
tests/sys/posixshm/Makefile
tests/sys/posixshm/posixshm.c [deleted file]
tests/sys/posixshm/posixshm_test.c [new file with mode: 0644]
tests/sys/posixshm/shm_test.c [deleted file]
tests/sys/posixshm/test.c [deleted file]
tests/sys/posixshm/test.h [deleted file]