From 43d069adac11ac255781c12c8e1ca94e80ecab38 Mon Sep 17 00:00:00 2001 From: Pierangelo Masarati Date: Fri, 17 Aug 2007 12:39:17 +0000 Subject: [PATCH] fix error message --- tests/scripts/test017-syncreplication-refresh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5