X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=blobdiff_plain;f=test%2Fmalxml%2Ftest1.sh;h=a31a2035da2e0a586777fd758827af2fa70e2b05;hb=3038982ea4d46e1562a4e88029199ca09153a839;hp=6cda3016aee5f6de506b4cd9d4bf153bf0104fd3;hpb=9f7d2fac648dbdba81e007f08ba3fbbb33c273b9;p=idzebra-moved-to-github.git diff --git a/test/malxml/test1.sh b/test/malxml/test1.sh index 6cda301..a31a203 100755 --- a/test/malxml/test1.sh +++ b/test/malxml/test1.sh @@ -1,9 +1,14 @@ #!/bin/sh +# $Id: test1.sh,v 1.4 2004-06-15 08:06:34 adam Exp $ + +pp=${srcdir:-"."} + LOG=test1.log + rm -f $LOG if ../../index/zebraidx -l $LOG -V|grep Expat >/dev/null; then - ../../index/zebraidx -l$LOG init + ../../index/zebraidx -c $pp/zebra.cfg -l$LOG init else exit 0 fi -../../index/zebraidx -l $LOG update f1.xml +../../index/zebraidx -c $pp/zebra.cfg -l $LOG update f1.xml