[LTP] [PATCH v2] syscalls/splice05: check if splice supports stream af_unix sockets

Cyril Hrubis chrubis@suse.cz
Thu Jun 15 14:46:39 CEST 2017


Hi!
> +			if (errno == EINVAL) {
> +				tst_res(TCONF, "splice doesn't support "
> +					"stream af_unix sockets as input");

Maybe just shorter:

	tst_res(TCONF, "splice() does not support af_unix sockets");

Otherwise it looks fine.

-- 
Cyril Hrubis
chrubis@suse.cz


More information about the ltp mailing list