summaryrefslogtreecommitdiff
path: root/tools/testall
diff options
context:
space:
mode:
Diffstat (limited to 'tools/testall')
-rwxr-xr-xtools/testall9
1 files changed, 0 insertions, 9 deletions
diff --git a/tools/testall b/tools/testall
deleted file mode 100755
index 27b912b..0000000
--- a/tools/testall
+++ /dev/null
@@ -1,9 +0,0 @@
-#! /bin/bash
-
-i=0
-for file in /home/jsd/Maildir/cur/* ; do
- ((ii++))
- echo "**** $ii $file"
- <$file ./ward -err >/tmp/testall.eml && diff $file /tmp/testall.eml || exit 1
-done
-echo OK