#!/bin/sh
# $Id: test2.sh,v 1.4 2004/06/15 09:43:30 adam Exp $

pp=${srcdir:-"."}

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 $pp/m.rec | grep tag:dc:subject >/dev/null
else
	exit 0
fi


syntax highlighted by Code2HTML, v. 0.9.1