summaryrefslogtreecommitdiffstats
path: root/pw/tests/pw_usermod_test.sh
Commit message (Collapse)AuthorAgeFilesLines
* pw usermod: Properly deal with empty secondary group lists (-G '')Ed Maste2017-08-191-0/+3
| | | | | | | | | | | | | | | "pw usermod someuser -G ''" is supposed make sure that someuser doesn't have any secondary group memberships. Previouly it was a nop because split_groups() only intitialised "groups" if at least one group was specified. As a result the existing secondary group memberships were kept. PR: 221417 Submitted by: Fabian Keil Obtained from: ElectroBSD MFC after: 1 week Relnotes: yes
* Rename tests from <foo> to <foo>_test to match the FreeBSD test suiteEnji Cooper2017-03-231-0/+299
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