tests
tests copied to clipboard
Add a exec test case for terminated successfully
When an exec forked some daemon process which would inherit
its stdio fds, thus when the exec main process exited, its
io stream wouldn't terminated, even at this case, we should
make sure the exec terminated successfully without hang there.