Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nadezhda Ivanova
OpenLDAP
Commits
b50ef954
Commit
b50ef954
authored
Aug 10, 2020
by
Howard Chu
Committed by
Quanah Gibson-Mount
Aug 10, 2020
Browse files
ITS#9309 fix exit status on prev commit
parent
eeb10615
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/scripts/test022-ppolicy
View file @
b50ef954
...
...
@@ -72,7 +72,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
.
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