Skip to content

Commit

Permalink
workaround avoid breaking ana and discovery testcase
Browse files Browse the repository at this point in the history
Signed-off-by: letli <[email protected]>
  • Loading branch information
996refuse committed Dec 17, 2024
1 parent d2ff8ca commit be29f8b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/ioctl/mock.c
Original file line number Diff line number Diff line change
Expand Up @@ -188,3 +188,9 @@ int ioctl(int fd, int request, ...)

return mock_cmd->err;
}

/* mock io_uring_get_probe, just fail */
struct io_uring_probe *io_uring_get_probe(void)
{
return 0;
}

0 comments on commit be29f8b

Please sign in to comment.