Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
U
unix
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Rinat Striungis
unix
Commits
49dda44e
Commit
49dda44e
authored
10 years ago
by
Herbert Valerio Riedel
Browse files
Options
Downloads
Plain Diff
Merge pull request #19 from thomie/master
Disable getlogin tests for the moment (#1487)
parents
832ac1d6
e7ce4a66
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
tests/user001.hs
+2
-2
2 additions, 2 deletions
tests/user001.hs
tests/user001.stdout
+0
-2
0 additions, 2 deletions
tests/user001.stdout
with
2 additions
and
4 deletions
tests/user001.hs
+
2
−
2
View file @
49dda44e
...
...
@@ -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
This diff is collapsed.
Click to expand it.
tests/user001.stdout
+
0
−
2
View file @
49dda44e
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment