Skip to content
Snippets Groups Projects
Commit c064d45c authored by Ondřej Kuzník's avatar Ondřej Kuzník Committed by Quanah Gibson-Mount
Browse files

ITS#9038 Fix typo in test script

parent ee453808
No related branches found
No related tags found
No related merge requests found
...@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment