aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/user001.hs
Commit message (Collapse)AuthorAge
* Disable getlogin tests for the moment (#1487)Gravatar Thomas Miedema2014-09-26
|
* Enable test for getLoginNameGravatar Thomas Miedema2014-07-04
| | | | | | | Fixes #1487. Make use of no_stdin test option, introduced explictly for this purpose in fa52a8c9d8eae5e3fc4c0cf0e5672875e161e05c
* catch up with exception changesGravatar Simon Marlow2008-09-27
|
* Follow extensible exceptions changesGravatar Ian Lynagh2008-06-23
|
* disable the getLoginName test, see #1487Gravatar Simon Marlow2007-07-03
|
* Added tests/user001.hs which tests all the get* functions in System.Posix.User.Gravatar bjorn@bringert.net2007-04-16
I added this since I noticed that getUserEntryForID, getUserEntryForName, getGroupEntryForID and getGroupEntryForName failed on OS X 10.4.9 on i386.