test_fork
test_fork();
static int test_fork(struct context *);
{ "fork", test_fork, 1 },
int test_fork(pid_t *, int *);
if (test_fork(&pid, &sfd) == PARENT) {
if (test_fork(&pid, &sfd) == PARENT) {
if (test_fork(&pid, &sfd) == PARENT) {
if (test_fork(&pid, &sfd) == PARENT) {
if (test_fork(&pid, &sfd) == PARENT) {
failures += runcompare_internal(test_fork, 0);