mirror of
https://github.com/uutils/shadow.git
synced 2026-06-10 16:14:57 -07:00
7bd47ff3d0
Add integration tests for the 8 remaining tools: - useradd, userdel, usermod (user management) - groupadd, groupdel, groupmod (group management) - pwck, grpck (file consistency checkers) 101 new tests covering clap parsing, flag conflicts, error paths, and root-only file mutation operations with synthetic /etc/ files. Total test count: 461 → 562. Also adds CHANGELOG.md for v0.1.0 release.