slocal: use mhetcdir instead of NMHETCDIR.
[mmh] / test / tests / bad-input / test-header
index 4832106..8d466ac 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
@@ -64,5 +69,7 @@ This is a multi-part message in MIME format.
 
 I am a stupid spammer.
 EOF
-mhshow -nopause $msgnum > $actual 2>&1
+mhshow $msgnum > $actual 2>&1
 check
+
+exit $failed