]> diplodocus.org Git - nmh/blobdiff - test/mhshow/test-cte-binary
Remove support for -pause/-nopause switches to mhshow(1). This and
[nmh] / test / mhshow / test-cte-binary
index 9c31a657f06b59a888f558a8c02ef8c065efcf17..ce9045b516e7cb6307686de34a00caad559f2ca7 100755 (executable)
@@ -46,7 +46,7 @@ Content-Disposition: inline
 part       text/plain                  34
 This is a test; this is the body.
 EOF
-run_prog mhshow -nopause $msgnum > $actual 2>&1
+run_prog mhshow $msgnum > $actual 2>&1
 check "$expected" "$actual"
 
 exit $failed