Name .diff file differently
authorAdam Dickmeiss <adam@indexdata.dk>
Tue, 30 Dec 2008 13:24:47 +0000 (14:24 +0100)
committerAdam Dickmeiss <adam@indexdata.dk>
Tue, 30 Dec 2008 13:24:47 +0000 (14:24 +0100)
test/tsticu.sh

index 685cd82..1988355 100755 (executable)
@@ -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
     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"
     ../util/yaz-icu -c $CONFIG <$f > $NEW
     if test $? != "0"; then
        echo "$f: yaz-icu returned error"