tests: audit: mark closefrom test an expected fail for now
closefrom has been converted to close_range internally; remediation is underway for this, marking it as an expected fail for now while proper course is determined. PR: 245625
This commit is contained in:
@@ -156,6 +156,8 @@ ATF_TC_BODY(closefrom_success, tc)
|
||||
{
|
||||
const char *regex = "closefrom.*return,success";
|
||||
FILE *pipefd = setup(fds, auclass);
|
||||
|
||||
atf_tc_expect_fail("closefrom was converted to close_range");
|
||||
/* closefrom(2) returns 'void' */
|
||||
closefrom(INT_MAX);
|
||||
check_audit(fds, regex, pipefd);
|
||||
|
||||
Reference in New Issue
Block a user