summaryrefslogtreecommitdiffstats
path: root/pw/tests/pw_modify.sh
Commit message (Collapse)AuthorAgeFilesLines
* Fix renaming a group via the gr_copy functionBaptiste Daroussin2014-10-281-0/+14
| | | | | | | | | | Add a regression test to pw(8) because the bug was discovered via using: pw groupmod PR: 187189 Reported by: mcdouga9@egr.msu.edu Tested by: mcdouga9@egr.msu.edu Patch by: Marc de la Gueronniere
* Fix a regression in pw usermod -G listBaptiste Daroussin2014-10-281-0/+21
| | | | | | | | | | The user was perperly adding the to different groups from "list" but was not removed from the other groups it could have belong to. While here add a regression test about this bug PR: 185666 Reported by: sub.mesa@gmail.com MFC after: 1 week
* When a group is renamed then the group has been invalidated for sure.Baptiste Daroussin2014-10-281-0/+11
| | | | | | | | | In that case get the group information using the new name. Add a regression test about this bug PR: 193704 Reported by: az
* - Add some tests for modifying groupsBrad Davis2014-10-061-0/+34
Reviewed by: will