[LTP] [PATCH] syscalls/mq_notify: Don't fail if mq_notify is not supported

Cyril Hrubis chrubis@suse.cz
Tue Oct 13 14:25:55 CEST 2020


Hi!
> +	} else if (TEST_ERRNO == ENOSYS) {
> +		tst_resm(TCONF | TTERRNO, "mq_notify not available (ENOSYS)");

Pushed with a minor change, removed the ENOSYS from the string since it
will be printed because of the TTERRNO flag, thanks.

-- 
Cyril Hrubis
chrubis@suse.cz


More information about the ltp mailing list