For ICU testing, pass -o to yaz-icu
[yaz-moved-to-github.git] / test / test_icu.sh
index 06b50f9..9b81e1f 100755 (executable)
@@ -19,7 +19,7 @@ for f in ${srcdir}/test_icu.[0-9].input; do
     NEW=${fb}.output.tmp
     OLD=${srcdir}/${fb}.output
     DIFF=`basename ${fb}`.diff
-    ../util/yaz-icu -c $CONFIG <$f > $NEW
+    ../util/yaz-icu -o -c $CONFIG <$f > $NEW
     if test $? != "0"; then
        echo "$f: yaz-icu returned error"
        ecode=1