# # Part of the ht://Dig package # Copyright (c) 1999-2004 The ht://Dig Group # For copyright details, see the file COPYING in your distribution # or the GNU Library General Public License (LGPL) version 2 or later # # # $Id: t_rdonly,v 1.4 2004/05/28 13:15:30 lha Exp $ # . ./test_functions export MIFLUZ_CONFIG ; MIFLUZ_CONFIG=${srcdir}/mifluz-search.conf ./txt2mifluz -z $VERBOSE < $srcdir/search.txt chmod a-w test test_weakcmpr a=`./dbbench -Wz -f world` b="world 0 0 5 2 world 0 0 5 4 world 0 0 11 1 world 0 0 20 5 world 0 0 21 2 world 0 0 51 2 world 0 0 71 2 world 0 0 81 2 " if [ "$a" != "$b" ] then echo "expected $b but got $a" >&2 exit 1 fi