X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fxpath%2Ftest1.sh;h=d2b5206e301ef07d2f4756e34bf7d5d5b48f6a4e;hb=51f51d3de3b24507ec02ffb8d0af62b57d25f8fb;hp=5806a0a5bb1c8189b559f09d4564fb93a04ba3e8;hpb=4e68a651c499e3acc77fbf2dbedd294855206f00;p=idzebra-moved-to-github.git diff --git a/test/xpath/test1.sh b/test/xpath/test1.sh index 5806a0a..d2b5206 100755 --- a/test/xpath/test1.sh +++ b/test/xpath/test1.sh @@ -1,4 +1,9 @@ #!/bin/sh -rm -f test1.log -../../index/zebraidx -l test1.log init || exit 1 -../../index/zebraidx -l test1.log -t grs.sgml update rec || exit 2 +# $Id: test1.sh,v 1.5 2004-06-15 09:43:34 adam Exp $ + +pp=${srcdir:-"."} + +LOG=test1.log +rm -f $LOG +../../index/zebraidx -c $pp/zebra.cfg -l $LOG init || exit 1 +../../index/zebraidx -c $pp/zebra.cfg -l $LOG -t grs.sgml update $pp/rec.xml || exit 2