[LTP] [PATCH] waitpid/waitpid11: break test if fork() failed

Cyril Hrubis chrubis@suse.cz
Wed Apr 20 13:45:59 CEST 2016


Hi!
>  static int fail;
> +static int fork_kid_pid[MAXKIDS]; 
                                    ^
				    Trailing whitespace.
				    Please make sure not to add these.

I've also removed the call to cleanup() on line 104 in the test parent
since the whole test is done in it's child and the cleanup is done in
the child as well.

Pushed, thanks.

-- 
Cyril Hrubis
chrubis@suse.cz


More information about the ltp mailing list