Hi! > -static int do_child(void) > -{ > - return 0; > -} As far as I can tell this test is asserting that return from the do_child() function exits the child, which is not done in any other tests where we do exit the child with _exit(0). -- Cyril Hrubis chrubis@suse.cz