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