]> git.sur5r.net Git - openldap/commitdiff
fix error message
authorPierangelo Masarati <ando@openldap.org>
Fri, 17 Aug 2007 12:39:17 +0000 (12:39 +0000)
committerPierangelo Masarati <ando@openldap.org>
Fri, 17 Aug 2007 12:39:17 +0000 (12:39 +0000)
tests/scripts/test017-syncreplication-refresh

index 202b295434cf95c43f784be39db5f9e3c9e81275..2e788df6e12240af267bf02aa5ddc19fe9eddd53 100755 (executable)
@@ -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