[Toybox] [PATCH] setsid(1): call setsid(2) before setpgrp(2).
Rob Landley
rob at landley.net
Tue Apr 20 04:03:17 PDT 2021
On 4/20/21 5:37 AM, Yi-yo Chiang wrote:
> Interesting. Probably because our previous for-loop takes input from regular
> file. The GNU implementation seems to treat only special files (block and char
> devices) differently as a "magnetic tape".
Ah. The test infrastructure is already doing echo "" | cpio so I don't need the
< /dev/null anyway, and can simplify the test.
Thanks.
Rob
More information about the Toybox
mailing list