[LTP] [PATCH V3 10/10] syscalls/open_tree: New tests

Petr Vorel pvorel@suse.cz
Tue Feb 25 15:25:05 CET 2020


Hi,

> +++ b/testcases/kernel/syscalls/open_tree/open_tree01.c
...
> +static void cleanup(void)
> +{
> +	if (dir_created)
> +		SAFE_RMDIR(OT_MNTPOINT);
> +}
BTW: This might not be needed (whole tmp directory gets deleted after test exits by
the library).

Kind regards,
Petr


More information about the ltp mailing list