X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=test%2Fxpath%2Ftest3.sh;fp=test%2Fxpath%2Ftest3.sh;h=61ca51975345247e506b2f4692bcff2c31810f71;hb=51f51d3de3b24507ec02ffb8d0af62b57d25f8fb;hp=721b4d359be2c39758b0d1211d5d8a42f3df30b1;hpb=d4ef85573fcc8cd8c64d0d3915f3d5baddd19789;p=idzebra-moved-to-github.git diff --git a/test/xpath/test3.sh b/test/xpath/test3.sh index 721b4d3..61ca519 100755 --- a/test/xpath/test3.sh +++ b/test/xpath/test3.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: test3.sh,v 1.4 2004-06-15 08:06:35 adam Exp $ +# $Id: test3.sh,v 1.5 2004-06-15 09:43:34 adam Exp $ pp=${srcdir:-"."} @@ -8,7 +8,7 @@ TMP=test3.tmp rm -f $LOG rm -f $TMP ../../index/zebraidx -c $pp/zebra.cfg -l $LOG init || exit 1 -../../index/zebraidx -c $pp/zebra.cfg -l $LOG -t grs.sgml update rec.xml || exit 2 +../../index/zebraidx -c $pp/zebra.cfg -l $LOG -t grs.sgml update $pp/rec.xml || exit 2 test -f dict*.mf || exit 1 ../../index/zebrasrv -c $pp/zebra.cfg -l $LOG -S unix:socket & sleep 1