mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
Fix failure message
This commit is contained in:
parent
6f6c0d73ce
commit
59af7e5be9
1 changed files with 1 additions and 1 deletions
|
|
@ -101,7 +101,7 @@ echo "Comparing filter output..."
|
|||
$CMP $SEARCHFLT $LDIFFLT > $CMPOUT
|
||||
|
||||
if test $? != 0 ; then
|
||||
echo "comparison failed - database was not created correctly"
|
||||
echo "comparison failed - language test failed!"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue