From 638b4a01b1bf9e1306b215dc0b400b0696631e15 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 30 Dec 2008 14:24:47 +0100 Subject: [PATCH 1/1] Name .diff file differently --- test/tsticu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 1.7.10.4