X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=test%2Ftsticu.sh;h=198835594fe35250ead36f64a3f0fbd7f172588e;hp=685cd8246f76f69d546d6190a6e886536191364c;hb=7fb420029552be59a80c8deadb638b4b8780d5d8;hpb=d9b58094a0cf30748e32337fa9f460f8f0273826 diff --git a/test/tsticu.sh b/test/tsticu.sh index 685cd82..1988355 100755 --- a/test/tsticu.sh +++ b/test/tsticu.sh @@ -18,7 +18,7 @@ for f in ${srcdir}/tsticu-[0-9].input; do CONFIG=${srcdir}/${fb}.xml NEW=${fb}.output.tmp OLD=${srcdir}/${fb}.output - DIFF=`basename ${f}`.diff + DIFF=`basename ${fb}`.diff ../util/yaz-icu -c $CONFIG <$f > $NEW if test $? != "0"; then echo "$f: yaz-icu returned error"