[LTP] [PATCH v2 02/10] Rewrite msg_comm.c using new LTP API

Cyril Hrubis chrubis@suse.cz
Thu Mar 10 16:19:35 CET 2022


Hi!
> +	if (TST_RET > 0)
> +		tst_res(TFAIL, "SysV msg: communication with non-identical keys between namespaces");
> +	else
> +		tst_res(TPASS, "SysV msg: communication with identical keys between namespaces");

I would have changed these message to something more meaningful:

		tst_res(TFAIL, "messages leak between namespaces");
	else
		tst_res(TPASS, "messages does not leak between namespaces");


The rest looks good.

-- 
Cyril Hrubis
chrubis@suse.cz


More information about the ltp mailing list