From: Pierangelo Masarati Date: Fri, 17 Aug 2007 12:39:17 +0000 (+0000) Subject: fix error message X-Git-Tag: OPENLDAP_REL_ENG_2_4_MP~183 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=43d069adac11ac255781c12c8e1ca94e80ecab38;p=openldap fix error message --- diff --git a/tests/scripts/test017-syncreplication-refresh b/tests/scripts/test017-syncreplication-refresh index 202b295434..2e788df6e1 100755 --- a/tests/scripts/test017-syncreplication-refresh +++ b/tests/scripts/test017-syncreplication-refresh @@ -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