Skip to content
Snippets Groups Projects
Commit 59af7e5b authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Fix failure message

parent 6f6c0d73
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment