X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fxpath%2Ftest1.sh;fp=test%2Fxpath%2Ftest1.sh;h=4dfa0f4d534883455c6789f5133215e248332152;hb=3038982ea4d46e1562a4e88029199ca09153a839;hp=c3dbc143e9d54ae13f8828bf1c2b258b7445de1e;hpb=9f7d2fac648dbdba81e007f08ba3fbbb33c273b9;p=idzebra-moved-to-github.git diff --git a/test/xpath/test1.sh b/test/xpath/test1.sh index c3dbc14..4dfa0f4 100755 --- a/test/xpath/test1.sh +++ b/test/xpath/test1.sh @@ -1,6 +1,9 @@ #!/bin/sh -# $Id: test1.sh,v 1.3 2003-05-21 14:39:23 adam Exp $ +# $Id: test1.sh,v 1.4 2004-06-15 08:06:35 adam Exp $ + +pp=${srcdir:-"."} + LOG=test1.log rm -f $LOG -../../index/zebraidx -l $LOG init || exit 1 -../../index/zebraidx -l $LOG -t grs.sgml update rec.xml || exit 2 +../../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