mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
fix message
This commit is contained in:
parent
ac6b3e1415
commit
31b5ff3661
@ -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 New Issue
Block a user