[LTP] [PATCH 7/7] syscalls/clone07: Remove the testcase

Cyril Hrubis chrubis@suse.cz
Wed Aug 25 16:36:57 CEST 2021


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


More information about the ltp mailing list