mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-27 10:09:43 -05:00
fix message
This commit is contained in:
parent
ac6b3e1415
commit
31b5ff3661
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue