From: Eric Gillespie Date: Wed, 13 Aug 2008 23:32:03 +0000 (+0000) Subject: Add descriptive headers, as other tests have. X-Git-Tag: PRE_POSIX_CONVERSION~31 X-Git-Url: http://git.marmaro.de/?p=mmh;a=commitdiff_plain;h=9ca9891af4db7cbe46a9fdd8a7248bae3454a533 Add descriptive headers, as other tests have. --- diff --git a/test/tests/bad-input/test-header b/test/tests/bad-input/test-header index 4832106..947dc30 100644 --- a/test/tests/bad-input/test-header +++ b/test/tests/bad-input/test-header @@ -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 diff --git a/test/tests/mhshow/test-qp b/test/tests/mhshow/test-qp index 25dde49..ae6ec05 100644 --- a/test/tests/mhshow/test-qp +++ b/test/tests/mhshow/test-qp @@ -1,4 +1,9 @@ #!/bin/sh +###################################################### +# +# Test quoted-printable decoding. +# +###################################################### set -e diff --git a/test/tests/scan/test-scan b/test/tests/scan/test-scan index 597bb96..780a69d 100644 --- a/test/tests/scan/test-scan +++ b/test/tests/scan/test-scan @@ -1,4 +1,9 @@ #!/bin/sh +###################################################### +# +# Test a simple scan. +# +###################################################### expected=$MH_TEST_DIR/$$.expected actual=$MH_TEST_DIR/$$.actual