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