Re: Which way for posix_spawn close-on-exec improvements?

Chris Hanson <[email protected]> Sun, 19 Apr 2026 16:57:03 -0700
Newsgroups gmane.os.netbsd.devel.kernel
Message-ID <[email protected]>
On Apr 18, 2026, at 11:53 PM, Roland Illig <[email protected]> wrote:
> 
> $ cd tests/lib/libc/gen/posix_spawn
> $ make
> $ su root -c "make install"
> $ make test
> 
> If you need a shortcut to the "make install" part, and you only want to
> run a single test case, maybe in a loop, you can also:
> 
> $ cd tests/lib/libc/gen/posix_spawn
> $ make
> $ ./t_spawn -l
> $ watch ./t_spawn t_spawn_zero

Thanks, I’ll get this stuff tested and write up a man page so I can send a patch to the list next week!

  -- Chris