run-test cleanup

This commit is contained in:
Kamal Mostafa 2011-06-06 21:28:14 -07:00
parent 336a057233
commit 69a4cddd3e
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ do
t="${f%%-*}"
grep "confidence=" $TMPDIR/err
egrep 'CARRIER|TONE' $TMPDIR/err
# sum -r ../testdata/$t-*.txt $TMPDIR/out
cmp ../testdata/$t-*.txt $TMPDIR/out
if [ $? -eq 0 ]