Removed -pause from mhshow(1).
[mmh] / test / tests / mhshow / test-cte-binary
index 359d42e..53a772a 100644 (file)
@@ -38,5 +38,5 @@ Content-Disposition: inline
 part       text/plain                  34
 This is a test; this is the body.
 EOF
-mhshow -nopause $msgnum > $actual 2>&1
+mhshow $msgnum > $actual 2>&1
 diff -u $expected $actual