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