mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
t_getgroups: No longer expected to fail
Sponsored by: Netflix
This commit is contained in:
parent
4bc2174a1b
commit
bf26ea7755
1 changed files with 0 additions and 3 deletions
|
|
@ -57,9 +57,6 @@ ATF_TC_BODY(getgroups_err, tc)
|
|||
|
||||
errno = 0;
|
||||
|
||||
#ifdef __FreeBSD__
|
||||
atf_tc_expect_fail("Reported as kern/189941");
|
||||
#endif
|
||||
ATF_REQUIRE(getgroups(-1, gidset) == -1);
|
||||
ATF_REQUIRE(errno == EINVAL);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue