[LTP] [PATCH v2 2/2] close_range02: Add simpler test and Check invalid params

Petr Vorel pvorel@suse.cz
Tue Feb 16 10:43:35 CET 2021


Hi Richie,

> +	if (fd > -1) {
> +		TST_EXP_PASS_SILENT(close_range(fd, fd, 0),
> +				    "close_range(%d, %d, 0)", fd, fd);

> +		fd = -1;
Removed this line and patchset merged.

Thanks!

Kind regards,
Petr


More information about the ltp mailing list