Add descriptive headers, as other tests have.
authorEric Gillespie <epg@pretzelnet.org>
Wed, 13 Aug 2008 23:32:03 +0000 (23:32 +0000)
committerEric Gillespie <epg@pretzelnet.org>
Wed, 13 Aug 2008 23:32:03 +0000 (23:32 +0000)
test/tests/bad-input/test-header
test/tests/mhshow/test-qp
test/tests/scan/test-scan

index 4832106..947dc30 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
index 25dde49..ae6ec05 100644 (file)
@@ -1,4 +1,9 @@
 #!/bin/sh
+######################################################
+#
+# Test quoted-printable decoding.
+#
+######################################################
 
 set -e
 
index 597bb96..780a69d 100644 (file)
@@ -1,4 +1,9 @@
 #!/bin/sh
+######################################################
+#
+# Test a simple scan.
+#
+######################################################
 
 expected=$MH_TEST_DIR/$$.expected
 actual=$MH_TEST_DIR/$$.actual