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:
a4916ca
)
Clean up temp CQL test files
author
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 16 Nov 2004 22:44:31 +0000
(22:44 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 16 Nov 2004 22:44:31 +0000
(22:44 +0000)
test/tstcql.sh
patch
|
blob
|
history
diff --git
a/test/tstcql.sh
b/test/tstcql.sh
index
526d260
..
bd8a436
100755
(executable)
--- a/
test/tstcql.sh
+++ b/
test/tstcql.sh
@@
-1,5
+1,5
@@
#!/bin/sh
-# $Id: tstcql.sh,v 1.3 2004-10-01 11:43:43 adam Exp $
+# $Id: tstcql.sh,v 1.4 2004-11-16 22:44:31 adam Exp $
srcdir=${srcdir:-.}
oIFS="$IFS"
IFS='
@@
-29,6
+29,7
@@
for f in `cat ${srcdir}/cqlsample`; do
if test -f $OUT1 -a -f $ERR1; then
if diff $OUT1 $OUT2 >$DIFF; then
rm $DIFF
+ rm $OUT2
else
echo "diff out $secno $testno $f"
cat $DIFF
@@
-36,6
+37,7
@@
for f in `cat ${srcdir}/cqlsample`; do
fi
if diff $ERR1 $ERR2 >$DIFF; then
rm $DIFF
+ rm $ERR2
else
echo "diff err $secno $testno $f"
cat $DIFF