fix error message

This commit is contained in:
Pierangelo Masarati 2007-08-17 12:39:17 +00:00
parent 553d83c3c1
commit 43d069adac

View file

@ -220,7 +220,7 @@ RC=$?
# expect 10 (LDAP_REFERRAL)...
if test $RC != 10 ; then
echo "ldapmodify should have failed ($RC)!"
echo "ldapmodify should have returned referral ($RC)!"
test $KILLSERVERS != no && kill -HUP $KILLPIDS
exit $RC
fi