tests/socket_afinet: Remove a conditional skip
The test runs without any unexpected results when mac_portacl is loaded. PR: 238781 MFC after: 1 week
This commit is contained in:
@@ -57,9 +57,6 @@ ATF_TC_BODY(socket_afinet_bind_zero, tc)
|
||||
int sd, rc;
|
||||
struct sockaddr_in sin;
|
||||
|
||||
if (atf_tc_get_config_var_as_bool_wd(tc, "ci", false))
|
||||
atf_tc_skip("doesn't work when mac_portacl(4) loaded (https://bugs.freebsd.org/238781)");
|
||||
|
||||
sd = socket(PF_INET, SOCK_DGRAM, 0);
|
||||
ATF_CHECK(sd >= 0);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user