From 31b5ff36610506942dc4662d2d914f0618cbbf85 Mon Sep 17 00:00:00 2001 From: Pierangelo Masarati Date: Thu, 3 Nov 2005 14:20:08 +0000 Subject: [PATCH] fix message --- tests/scripts/test036-meta-concurrency | 2 +- tests/scripts/test039-glue-ldap-concurrency | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/scripts/test036-meta-concurrency b/tests/scripts/test036-meta-concurrency index 1aeaa205a3..011576214d 100755 --- a/tests/scripts/test036-meta-concurrency +++ b/tests/scripts/test036-meta-concurrency @@ -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 diff --git a/tests/scripts/test039-glue-ldap-concurrency b/tests/scripts/test039-glue-ldap-concurrency index 2617e780c9..d395d6b59a 100755 --- a/tests/scripts/test039-glue-ldap-concurrency +++ b/tests/scripts/test039-glue-ldap-concurrency @@ -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 -- 2.39.5