]> git.marmaro.de Git - mmh/blobdiff - test/tests/mhshow/test-qp
Removed -pause from mhshow(1).
[mmh] / test / tests / mhshow / test-qp
index 25dde498b6ee72e276863da3ad833c795b15ad23..74d70eef5bbb4cfed56a8cc73a5cf927887b80e5 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