Test for filter bug in config
[idzebra-moved-to-github.git] / test / config / test2.sh
diff --git a/test/config/test2.sh b/test/config/test2.sh
new file mode 100755 (executable)
index 0000000..3357251
--- /dev/null
@@ -0,0 +1,7 @@
+#!/bin/sh
+if ../../index/zebraidx -V|grep Tcl >/dev/null; then
+       ../../index/zebraidx init
+       ../../index/zebraidx -s -t grs.tcl.m update m.rec | grep tag:dc:subject >/dev/null
+else
+       exit 0
+fi