summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2015-09-08 07:15:10 +0000
committerkib <kib@FreeBSD.org>2015-09-08 07:15:10 +0000
commitd894e2ffed5ac27e43558b5eb24237ce0bb66985 (patch)
tree0883a334cf8197646b966ad53887dff1673f1c77 /lib
parent19493aa1674ce1e3de78262b5daa7e76ddbaf718 (diff)
downloadFreeBSD-src-d894e2ffed5ac27e43558b5eb24237ce0bb66985.zip
FreeBSD-src-d894e2ffed5ac27e43558b5eb24237ce0bb66985.tar.gz
MFC r287360:
Fix t_spawnattr test for attributes handling by posix_spawn(3). Connect it to the build.
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/tests/gen/posix_spawn/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/tests/gen/posix_spawn/Makefile b/lib/libc/tests/gen/posix_spawn/Makefile
index a1c9b9e..d2dfa54 100644
--- a/lib/libc/tests/gen/posix_spawn/Makefile
+++ b/lib/libc/tests/gen/posix_spawn/Makefile
@@ -10,9 +10,9 @@ TESTSDIR= ${TESTSBASE}/lib/libc/gen/posix_spawn
BINDIR= ${TESTSDIR}
-# TODO: t_spawnattr (fix from pho@ needs additional review)
NETBSD_ATF_TESTS_C= fileactions_test
NETBSD_ATF_TESTS_C+= spawn_test
+NETBSD_ATF_TESTS_C+= spawnattr_test
PROGS= h_fileactions
PROGS+= h_spawn
OpenPOWER on IntegriCloud