<div dir="ltr">The new cpio test that uses setsid fails if you're using the toybox<br>setsid. Move the setpgrp() call before the vfork() but after the<br>setsid().<br>---<br> toys/other/setsid.c | 9 +++++----<br> 1 file changed, 5 insertions(+), 4 deletions(-)<br></div>