Convert tests to programs
[idzebra-moved-to-github.git] / test / xpath / test1.sh
1 #!/bin/sh
2 # $Id: test1.sh,v 1.5 2004-06-15 09:43:34 adam Exp $
3
4 pp=${srcdir:-"."}
5
6 LOG=test1.log
7 rm -f $LOG
8 ../../index/zebraidx -c $pp/zebra.cfg -l $LOG init || exit 1
9 ../../index/zebraidx -c $pp/zebra.cfg -l $LOG -t grs.sgml update $pp/rec.xml || exit 2