diff options
| author | John Denker <jsd@av8n.com> | 2012-11-23 02:38:43 -0800 | 
|---|---|---|
| committer | John Denker <jsd@av8n.com> | 2012-11-23 02:38:43 -0800 | 
| commit | c70305e88b3d9cf01293e064b281f49a9bb96a46 (patch) | |
| tree | 2a8156ed6dff048315ca74ae9f73721a6c4ee991 /tools/testall | |
| parent | 0dfd3cabf1e7e2bd8d0db7b4588e05af54ce4c05 (diff) | |
deal with more capitalization follies;
now passes 'testall' (more than 4000 msgs, all OK)
Diffstat (limited to 'tools/testall')
| -rwxr-xr-x | tools/testall | 4 | 
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/testall b/tools/testall index e97d853..27b912b 100755 --- a/tools/testall +++ b/tools/testall @@ -1,7 +1,9 @@  #! /bin/bash +i=0  for file in /home/jsd/Maildir/cur/* ; do -  echo "**** $file" +  ((ii++)) +  echo "**** $ii $file"    <$file ./ward -err >/tmp/testall.eml && diff $file /tmp/testall.eml || exit 1  done  echo OK  | 
