From xv6. Test that fork fails gracefully. It's a tiny executable (and not part of usertests) so that the limit of the supported processes can be reached without running out of memory.
Run
forktest
Returns:
- 0 on success
Up: user space Tests: forktest | grind | usertests | zombie | skill