X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fconfig%2Ftest2.sh;fp=test%2Fconfig%2Ftest2.sh;h=ad2f79d83f613310dc1882ec51cd900a4a99dcec;hb=51f51d3de3b24507ec02ffb8d0af62b57d25f8fb;hp=41923370d62be798438b3483506ed805012bf76f;hpb=d4ef85573fcc8cd8c64d0d3915f3d5baddd19789;p=idzebra-moved-to-github.git diff --git a/test/config/test2.sh b/test/config/test2.sh index 4192337..ad2f79d 100755 --- a/test/config/test2.sh +++ b/test/config/test2.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: test2.sh,v 1.3 2004-06-15 08:06:34 adam Exp $ +# $Id: test2.sh,v 1.4 2004-06-15 09:43:30 adam Exp $ pp=${srcdir:-"."} @@ -7,7 +7,7 @@ LOG=test2.log 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 + ../../index/zebraidx -c $pp/zebra.cfg -l $LOG -s -t grs.tcl.m update $pp/m.rec | grep tag:dc:subject >/dev/null else exit 0 fi