* tests/net-yy.test: Note CONFIG_INET_TCP_DIAG.
* tests/unix-yy.test: Note CONFIG_UNIX_DIAG.
./inet-accept-connect-send-recv || {
if [ $? -eq 77 ]; then
- framework_skip_ 'PF_INET SOCK_STREAM is not available'
+ framework_skip_ 'PF_INET SOCK_STREAM (CONFIG_INET_TCP_DIAG) is not available'
else
fail_ 'inet-accept-connect-send-recv failed'
fi
./netlink_unix_diag || {
if [ $? -eq 77 ]; then
- framework_skip_ 'NETLINK_SOCK_DIAG for unix domain sockets is not available'
+ framework_skip_ 'NETLINK_SOCK_DIAG for unix domain sockets (CONFIG_UNIX_DIAG) is not available'
else
fail_ 'netlink_unix_diag failed'
fi