Skip to content
Snippets Groups Projects
Commit 31b5ff36 authored by Pierangelo Masarati's avatar Pierangelo Masarati
Browse files

fix message

parent ac6b3e14
Branches
Tags
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment