mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
Fix typo "==" -> "=" in test
This commit is contained in:
parent
8d79695a66
commit
dfe5336e21
@ -71,7 +71,7 @@ fi
|
||||
echo -n "Testing incorrect bind (should fail)... "
|
||||
$LDAPWHOAMI -h $LOCALHOST -p $PORT1 -D "$BINDDN" -w "XXX"
|
||||
RC=$?
|
||||
if test $RC == 0 ; then
|
||||
if test $RC = 0 ; then
|
||||
echo "ldapwhoami should have failed ($RC)!"
|
||||
test $KILLSERVERS != no && kill -HUP $KILLPIDS
|
||||
exit $RC
|
||||
|
Loading…
Reference in New Issue
Block a user