Removed -pause from mhshow(1).
[mmh] / test / tests / mhshow / test-qp
index 25dde49..74d70ee 100644 (file)
@@ -1,4 +1,9 @@
 #!/bin/sh
+######################################################
+#
+# Test quoted-printable decoding.
+#
+######################################################
 
 set -e
 
@@ -54,5 +59,5 @@ just a newline
 =l
 =\b ^H (backspace) character, probably erased = in diff output
 EOF
-mhshow -nopause $msgnum > $actual 2>&1
+mhshow $msgnum > $actual 2>&1
 diff -u $expected $actual