summaryrefslogtreecommitdiffstats
path: root/pw/tests/pw_usernext.sh
Commit message (Collapse)AuthorAgeFilesLines
* Rename tests from <foo> to <foo>_test to match the FreeBSD test suiteEnji Cooper2017-03-231-45/+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
* Really fix the pw_usernext tests.Brad Davis2015-02-151-12/+15
| | | | | PR: 197612 Approved by: will
* Remove an extra curly bracket that was causing intermittent failures.Brad Davis2015-02-141-1/+1
| | | | | | PR: 197612 Submitted by: Robert O'Niel <oneil.rs@gmail.com> Approved by: will
* Add tests for `pw usernext'.Brad Davis2015-02-091-0/+42
PR: 197120 Submitted by: Robert O'Neil <oneil.rs@gmail.com> Approved by: will