]> git.sur5r.net Git - openldap/blobdiff - tests/scripts/test017-syncreplication-refresh
s/ldap_sync.h/ldap.h/
[openldap] / tests / scripts / test017-syncreplication-refresh
index 202b295434cf95c43f784be39db5f9e3c9e81275..553eb09a40c37f29994e044d7d8dd5fa1655ab52 100755 (executable)
@@ -2,7 +2,7 @@
 # $OpenLDAP$
 ## This work is part of OpenLDAP Software <http://www.openldap.org/>.
 ##
-## Copyright 1998-2007 The OpenLDAP Foundation.
+## Copyright 1998-2008 The OpenLDAP Foundation.
 ## All rights reserved.
 ##
 ## Redistribution and use in source and binary forms, with or without
@@ -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