[LTP] [PATCH v3 2/4] Add lstat03 test

Petr Vorel pvorel@suse.cz
Wed Jul 10 16:53:32 CEST 2024


Hi Andrea,

the same note as for stat04 - this could be using all_filesystems,
but let's do it as a separate effort.

...
> +static void cleanup(void)
> +{
> +	if (access(SYMBNAME, F_OK) != -1)
> +		SAFE_UNLINK(SYMBNAME);
nit: This is not needed (file created at setup).

Reviewed-by: Petr Vorel <pvorel@suse.cz>

Kind regards,
Petr


More information about the ltp mailing list