Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: Don't assume uid == primary gid
Nothing guarantees that each user has a group containing only themselves. Even if they do, nothing guarantees that its group ID equals the user ID, particularly if another user earlier in the same range was created without a corresponding group or vice versa. Signed-off-by: Simon McVittie <[email protected]> Closes: #1390 Approved by: cgwalters
- Loading branch information