X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=test%2Ftstcql.sh;h=bd8a4369e87749f75f2330dce850bd8d0393aa2e;hp=8c70905ba7c63458260da87229868c8c963196eb;hb=471c6dccdbb5c5a9c08b24c9abd6a1dcda29e79e;hpb=6eef3434bf7d353f060f8a10d3dad6fad38e1edc diff --git a/test/tstcql.sh b/test/tstcql.sh index 8c70905..bd8a436 100755 --- a/test/tstcql.sh +++ b/test/tstcql.sh @@ -1,4 +1,5 @@ #!/bin/sh +# $Id: tstcql.sh,v 1.4 2004-11-16 22:44:31 adam Exp $ srcdir=${srcdir:-.} oIFS="$IFS" IFS=' @@ -28,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 @@ -35,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