Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
openldap
OpenLDAP
Commits
27212465
Commit
27212465
authored
Aug 10, 2020
by
Howard Chu
Browse files
ITS
#9309
fix exit status on prev commit
parent
827a5577
Pipeline
#688
passed with stage
in 50 minutes and 17 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
tests/scripts/test022-ppolicy
View file @
27212465
...
...
@@ -74,7 +74,7 @@ RC=$?
if
test
$RC
=
0
;
then
echo
"ldapadd should have failed (
$RC
)!"
test
$KILLSERVERS
!=
no
&&
kill
-HUP
$KILLPIDS
exit
$RC
exit
1
fi
echo
"Using ldapadd to populate the database..."
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment