Add default ICU chain "facet" to produce the same as removed hardcoded punctuation...
[pazpar2-moved-to-github.git] / test / test_filter.sh
index 07e7747..82708c6 100755 (executable)
@@ -4,6 +4,7 @@
 # srcdir might be set by make
 srcdir=${srcdir:-"."}
 
+TEST=test_filter_
 
 # look for yaz-ztest in PATH
 oIFS=$IFS
@@ -26,7 +27,8 @@ if test -z "$F"; then
 fi
 
 rm -f ztest.pid
-$F -l ztest.log -p ztest.pid -D tcp:localhost:9999
+rm -f ${TEST}ztest.log
+$F -l ${TEST}ztest.log -p ztest.pid -D tcp:localhost:9999
 sleep 1
 if test ! -f ztest.pid; then
     echo "yaz-ztest could not be started"