diff options
Diffstat (limited to 'Lib/test/output/test_pwd')
-rw-r--r-- | Lib/test/output/test_pwd | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Lib/test/output/test_pwd b/Lib/test/output/test_pwd index 7f58a0a..ede4d8d 100644 --- a/Lib/test/output/test_pwd +++ b/Lib/test/output/test_pwd @@ -1 +1,7 @@ test_pwd +pwd.getpwall() +pwd.getpwuid() +pwd.getpwnam() +name matches uid +caught expected exception +caught expected exception |