summaryrefslogtreecommitdiffstats
path: root/pw/tests/pw_groupdel.sh
Commit message (Collapse)AuthorAgeFilesLines
* Rename tests from <foo> to <foo>_test to match the FreeBSD test suiteEnji Cooper2017-03-231-24/+0
| | | | | | | | | | naming scheme usr.bin/diff/diff_test was renamed to usr.bin/diff/netbsd_diff_test to avoid collisions with the renamed FreeBSD test. MFC after: 1 week Sponsored by: Dell EMC Isilon
* Rewrite parsing subcommands arguments of pw(8)Baptiste Daroussin2015-08-021-1/+1
| | | | | | | | | | | | | Now each subcommands checks its arguments in a dedicated functions. This helps improving input validation, code readability/maintainability While here: - Add a -y option to pw userdel/usermod so it can maintain NIS servers if nispasswd is not defined in pw.conf(5) - Allow pw -r <rootdir> to remove directory with userdel -r - Fix bug when renaming a user which was not renaming the user name it groups it is a member of. - Only parse pw.conf(5) when needed.
* Break out the tests into a file per command and clean up some long linesBrad Davis2014-12-091-0/+24
Approved by: will