[LTP] [PATCH 2/2] syscalls/nanosleep04: Ported into new library

Cyril Hrubis chrubis@suse.cz
Tue Jul 30 13:36:48 CEST 2019


Hi!
Pushed with minor change, thanks.

> -	if (TEST_RETURN != -1) {
> -		tst_resm(TFAIL, "nanosleep() succeded unexpectedly");
> +	if (TST_RET != -1) {
> +		tst_res(TFAIL, "nanosleep() succeded unexpectedly");

I've changed this message to print the value of TST_RET.

-- 
Cyril Hrubis
chrubis@suse.cz


More information about the ltp mailing list