#!/bin/sh
+######################################################
+#
+# Test bogus headers (no blank line before body).
+#
+######################################################
# TODO: Move to a common file tests can source; need more framework...
failed=0
#!/bin/sh
+######################################################
+#
+# Test quoted-printable decoding.
+#
+######################################################
set -e
#!/bin/sh
+######################################################
+#
+# Test a simple scan.
+#
+######################################################
expected=$MH_TEST_DIR/$$.expected
actual=$MH_TEST_DIR/$$.actual