X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fconfig%2Ftest2.sh;fp=test%2Fconfig%2Ftest2.sh;h=41923370d62be798438b3483506ed805012bf76f;hb=3038982ea4d46e1562a4e88029199ca09153a839;hp=0557c8e27707311968f84742f52a2dcc95195c34;hpb=9f7d2fac648dbdba81e007f08ba3fbbb33c273b9;p=idzebra-moved-to-github.git diff --git a/test/config/test2.sh b/test/config/test2.sh index 0557c8e..4192337 100755 --- a/test/config/test2.sh +++ b/test/config/test2.sh @@ -1,8 +1,13 @@ #!/bin/sh +# $Id: test2.sh,v 1.3 2004-06-15 08:06:34 adam Exp $ + +pp=${srcdir:-"."} + LOG=test2.log -if ../../index/zebraidx -l $LOG -V|grep Tcl >/dev/null; then - ../../index/zebraidx -l $LOG init - ../../index/zebraidx -l $LOG -s -t grs.tcl.m update m.rec | grep tag:dc:subject >/dev/null + +if ../../index/zebraidx -c $pp/zebra.cfg -l $LOG -V|grep Tcl >/dev/null; then + ../../index/zebraidx -c $pp/zebra.cfg -l $LOG init + ../../index/zebraidx -c $pp/zebra.cfg -l $LOG -s -t grs.tcl.m update m.rec | grep tag:dc:subject >/dev/null else exit 0 fi