]> git.sur5r.net Git - openldap/commitdiff
fix message
authorPierangelo Masarati <ando@openldap.org>
Thu, 3 Nov 2005 14:20:08 +0000 (14:20 +0000)
committerPierangelo Masarati <ando@openldap.org>
Thu, 3 Nov 2005 14:20:08 +0000 (14:20 +0000)
tests/scripts/test036-meta-concurrency
tests/scripts/test039-glue-ldap-concurrency

index 1aeaa205a3eaa95b04a9998b27b84f8697f22d71..011576214d2cb7e4f3df60c8e61e220b546b827a 100755 (executable)
@@ -214,7 +214,7 @@ echo "Comparing filter output..."
 $CMP $SEARCHFLT $LDIFFLT > $CMPOUT
 
 if test $? != 0 ; then
-       echo "comparison failed - meta search/modification didn't succeed"
+       echo "comparison failed - slapd-meta search/modification didn't succeed"
        exit 1
 fi
 
index 2617e780c9a24e3780934afe930dfdefca23fbb5..d395d6b59af51ce2efec1104ced07f8a79e4d257 100755 (executable)
@@ -191,7 +191,7 @@ echo "Comparing filter output..."
 $CMP $SEARCHFLT $LDIFFLT > $CMPOUT
 
 if test $? != 0 ; then
-       echo "comparison failed - meta search/modification didn't succeed"
+       echo "comparison failed - slapd-ldap search/modification didn't succeed"
        exit 1
 fi