summaryrefslogtreecommitdiff
path: root/Lib/test/test_spwd.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix test_spwd on OpenIndianaVictor Stinner2016-03-231-3/+8
| | | | Issue #18787: restore "bin" name in test_spwd but catch KeyError.
* Try to fix test_spwd on OpenIndianaVictor Stinner2016-03-231-1/+1
| | | | | Issue #18787: try to get the "root" entry which should exist on all UNIX instead of "bin" which doesn't exist on OpenIndiana.
* Issue #18787: spwd.getspnam() now raises a PermissionError if the userBerker Peksag2016-03-191-0/+10
| | | | doesn't have privileges.
* Issue #19925: Added tests for the spwd module. Original patch by Vajrasky Kok.Serhiy Storchaka2014-05-251-0/+60