Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: fix tests when '-' is absent from kernel version (#6681)
On my machine, any test that calls `is_pidfd_available` fails as my kernel string does not contain a '-'; the code expects there to be one. Fix the test so that is works regardless on whether the kernel string contains a '-'.
- Loading branch information