X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=test%2Ftstcql.sh;h=bd8a4369e87749f75f2330dce850bd8d0393aa2e;hp=526d26070ad8a771bb42e81934a92499d4fdcc30;hb=471c6dccdbb5c5a9c08b24c9abd6a1dcda29e79e;hpb=48e3b97da367521131aa740054e51f30f1d00225 diff --git a/test/tstcql.sh b/test/tstcql.sh index 526d260..bd8a436 100755 --- 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