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
Lukas However
OpenLDAP
Commits
c064d45c
Commit
c064d45c
authored
Jun 24, 2019
by
Ondřej Kuzník
Committed by
Quanah Gibson-Mount
Jun 25, 2019
Browse files
ITS#9038 Fix typo in test script
parent
ee453808
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/scripts/test028-idassert
View file @
c064d45c
...
@@ -199,7 +199,7 @@ RC=$?
...
@@ -199,7 +199,7 @@ RC=$?
if
test
$RC
!=
1
;
then
if
test
$RC
!=
1
;
then
echo
"ldapwhoami should have failed (
$RC
)!"
echo
"ldapwhoami should have failed (
$RC
)!"
test
$KILLSERVERS
!=
no
&&
kill
-HUP
$KILLPIDS
test
$KILLSERVERS
!=
no
&&
kill
-HUP
$KILLPIDS
exit
$RC
exit
1
fi
fi
ID
=
"uid=jaj,ou=People,dc=example,dc=it"
ID
=
"uid=jaj,ou=People,dc=example,dc=it"
...
...
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