]> diplodocus.org Git - nmh/blobdiff - test/tests/bad-input/test-header
Add support to inc for incorporting email from Maildir dropboxes.
[nmh] / test / tests / bad-input / test-header
index 4832106ca14db7d6b50ba7103ac07e22eeddc593..b9e76a118002bc6c3f76a9c5c072b63939f29754 100644 (file)
@@ -1,4 +1,9 @@
 #!/bin/sh
+######################################################
+#
+# Test bogus headers (no blank line before body).
+#
+######################################################
 
 # TODO: Move to a common file tests can source; need more framework...
 failed=0
@@ -66,3 +71,5 @@ I am a stupid spammer.
 EOF
 mhshow -nopause $msgnum > $actual 2>&1
 check
+
+exit $failed