Implemented loadable filters.
[idzebra-moved-to-github.git] / test / charmap / test1.sh
index 966ff5e..696cfa1 100755 (executable)
@@ -1,11 +1,11 @@
 #!/bin/sh
-# $Id: test1.sh,v 1.3 2004-06-15 09:43:27 adam Exp $
+# $Id: test1.sh,v 1.4 2004-09-27 10:44:50 adam Exp $
 
 pp=${srcdir:-"."}
 
 LOG=test1.log
 rm -f $LOG
-if ../../index/zebraidx -c $pp/zebra.cfg -l $LOG -V|grep Expat >/dev/null; then
+if ../../index/zebraidx -c $pp/zebra.cfg -l $LOG filters|grep grs.xml >/dev/null; then
        ../../index/zebraidx -c $pp/zebra.cfg -l$LOG init
 else
        exit 0