]> diplodocus.org Git - nmh/blobdiff - test/mhshow/test-cte-binary
If "curl" is available, create a nmh-access-url entry that uses it.
[nmh] / test / mhshow / test-cte-binary
index 8f582b0a3f0e0cf7a87d550d4256ab7d83fdf079..fdf1ca78442160aabd78ea801e49f3d2b8b3f3fa 100755 (executable)
@@ -43,10 +43,10 @@ Subject: test
 MIME-Version: 1.0
 Content-Disposition: inline
 
-part       text/plain                  34
+[ part  - text/plain -   34B  ]
 This is a test; this is the body.
 EOF
-mhshow -nopause $msgnum > $actual 2>&1
+run_prog mhshow $msgnum > $actual 2>&1
 check "$expected" "$actual"
 
 exit $failed