Skip to content

Commit

Permalink
Disable getlogin tests for the moment (#1487)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomie committed Sep 26, 2014
1 parent 832ac1d commit e7ce4a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tests/user001.hs
Expand Up @@ -17,11 +17,11 @@ main = do p "getRealUserID" $ getRealUserID
p "getEffectiveUserID" $ getEffectiveUserID
p "getEffectiveGroupID" $ getEffectiveGroupID
p "getGroups" $ getGroups
p "getLoginName" $ getLoginName
--p "getLoginName" $ getLoginName
p "getEffectiveUserName" $ getEffectiveUserName
p "getGroupEntryForID" $ getRealGroupID >>= getGroupEntryForID
p "getGroupEntryForName" $ getRealGroupID >>= getGroupEntryForID >>= getGroupEntryForName . groupName
p "getAllGroupEntries" $ getAllGroupEntries
p "getUserEntryForID" $ getRealUserID >>= getUserEntryForID
p "getUserEntryForName" $ getLoginName >>= getUserEntryForName
--p "getUserEntryForName" $ getLoginName >>= getUserEntryForName
p "getAllUserEntries" $ getAllUserEntries
2 changes: 0 additions & 2 deletions tests/user001.stdout
Expand Up @@ -3,11 +3,9 @@ getRealGroupID: OK
getEffectiveUserID: OK
getEffectiveGroupID: OK
getGroups: OK
getLoginName: OK
getEffectiveUserName: OK
getGroupEntryForID: OK
getGroupEntryForName: OK
getAllGroupEntries: OK
getUserEntryForID: OK
getUserEntryForName: OK
getAllUserEntries: OK

0 comments on commit e7ce4a6

Please sign in to comment.