X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=test%2Fgils%2Ftest3.sh;h=e8bfbb0f596cfd7d50cbd467cd3a76d8e708d6f4;hp=23dbc182838073208cb5b25e57f8e081ee6c575e;hb=51f51d3de3b24507ec02ffb8d0af62b57d25f8fb;hpb=d4ef85573fcc8cd8c64d0d3915f3d5baddd19789 diff --git a/test/gils/test3.sh b/test/gils/test3.sh index 23dbc18..e8bfbb0 100755 --- a/test/gils/test3.sh +++ b/test/gils/test3.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: test3.sh,v 1.3 2004-06-15 08:06:34 adam Exp $ +# $Id: test3.sh,v 1.4 2004-06-15 09:43:30 adam Exp $ # Testing searches with lots of @and operators # in order to test the fast-forward operation of rsets @@ -19,7 +19,7 @@ mkdir -p reg ../../index/zebraidx -l $LOG -c $pp/zebra1.cfg init || exit 1 echo "updating..." >>$LOG -../../index/zebraidx -l $LOG -c $pp/zebra1.cfg update records || exit 1 +../../index/zebraidx -l $LOG -c $pp/zebra1.cfg update $pp/records || exit 1 echo "starting server..." >>$LOG ../../index/zebrasrv -S -c $pp/zebra1.cfg $DBG -l $LOG tcp:@:9901 &