From e2652e701d723d6bf549ee361e140385748b7ce6 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 16 Nov 2004 22:44:31 +0000 Subject: [PATCH] Clean up temp CQL test files --- test/tstcql.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 1.7.10.4