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

Punit Agrawal punit1.agrawal@toshiba.co.jp
Wed Oct 14 02:44:05 CEST 2020


Hi Cyril,

Cyril Hrubis <chrubis@suse.cz> writes:

> 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.

I see the committed patch. Thanks for fixing it up.


More information about the ltp mailing list