Skip sys.netinet.socket_afinet.socket_afinet_bind_zero temporarily because it

doesn't work when mac_portacl(4) loaded

PR:		238781
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Li-Wen Hsu 2019-06-23 19:37:12 +00:00
parent 53f5ac1310
commit 01e92e2977
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=349322

View File

@ -51,6 +51,8 @@ ATF_TC_BODY(socket_afinet_bind_zero, tc)
int sd, rc;
struct sockaddr_in sin;
atf_tc_skip("doesn't work when mac_portacl(4) loaded (bug238781)");
sd = socket(PF_INET, SOCK_DGRAM, 0);
ATF_CHECK(sd >= 0);