projects
/
yaz-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
06fcbb2
)
Name .diff file differently
author
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 30 Dec 2008 13:24:47 +0000
(14:24 +0100)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 30 Dec 2008 13:24:47 +0000
(14:24 +0100)
test/tsticu.sh
patch
|
blob
|
history
diff --git
a/test/tsticu.sh
b/test/tsticu.sh
index
685cd82
..
1988355
100755
(executable)
--- 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"