X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fconfig%2Ftest2.sh;fp=test%2Fconfig%2Ftest2.sh;h=23d88288f86f9f710b2f52c0593f555879e9fb54;hb=8ee402d79e37344b08c2b54ad45b50e8327a6c03;hp=ad2f79d83f613310dc1882ec51cd900a4a99dcec;hpb=191ceffa0af0cc1048ef11a1bf92fece3210c879;p=idzebra-moved-to-github.git diff --git a/test/config/test2.sh b/test/config/test2.sh index ad2f79d..23d8828 100755 --- a/test/config/test2.sh +++ b/test/config/test2.sh @@ -1,11 +1,11 @@ #!/bin/sh -# $Id: test2.sh,v 1.4 2004-06-15 09:43:30 adam Exp $ +# $Id: test2.sh,v 1.5 2004-09-27 10:44:50 adam Exp $ pp=${srcdir:-"."} LOG=test2.log -if ../../index/zebraidx -c $pp/zebra.cfg -l $LOG -V|grep Tcl >/dev/null; then +if ../../index/zebraidx -c $pp/zebra.cfg -l $LOG filters|grep grs.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 $pp/m.rec | grep tag:dc:subject >/dev/null else