mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
ITS#9038 Fix typo in test script
This commit is contained in:
parent
17b5b3d7f8
commit
12f0242589
@ -199,7 +199,7 @@ RC=$?
|
||||
if test $RC != 1 ; then
|
||||
echo "ldapwhoami should have failed ($RC)!"
|
||||
test $KILLSERVERS != no && kill -HUP $KILLPIDS
|
||||
exit $RC
|
||||
exit 1
|
||||
fi
|
||||
|
||||
ID="uid=jaj,ou=People,dc=example,dc=it"
|
||||
|
Loading…
Reference in New Issue
Block a user