Fix failure message

This commit is contained in:
Kurt Zeilenga 2002-02-01 22:43:46 +00:00
parent 6f6c0d73ce
commit 59af7e5be9

View File

@ -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