33572512eb04fa587086f54e76dba1545a90f466
[idzebra-moved-to-github.git] / test / config / test2.sh
1 #!/bin/sh
2 if ../../index/zebraidx -V|grep Tcl >/dev/null; then
3         ../../index/zebraidx init
4         ../../index/zebraidx -s -t grs.tcl.m update m.rec | grep tag:dc:subject >/dev/null
5 else
6         exit 0
7 fi