]> diplodocus.org Git - nmh/blobdiff - test/rcv/test-rcvdist
Fix base64 to handle text parts properly; currently this breaks mhfixmsg,
[nmh] / test / rcv / test-rcvdist
index 5e34615eedd2dd6741eb21e48f651670e210f6db..e69e140ecffd0fd1114cfcd00031d54772e9d0fa 100755 (executable)
@@ -32,7 +32,7 @@ Usage: rcvdist [switches] [switches for postproc] address ...
   -help
 EOF
 
   -help
 EOF
 
-$rcvdist -help >"$actual" 2>&1
+run_prog $rcvdist -help >"$actual" 2>&1
 check "$expected" "$actual"
 
 # check -version
 check "$expected" "$actual"
 
 # check -version
@@ -59,7 +59,7 @@ MHMTSCONF="$mts_fakesendmail"
 # arguments: rcvdist switches
 test_rcvdist ()
 {
 # arguments: rcvdist switches
 test_rcvdist ()
 {
-  $rcvdist "$@"
+  run_prog $rcvdist "$@"
 
   # fakesendmail drops the message and any cc's into this mbox.
   mbox="${MH_TEST_DIR}"/Mail/fakesendmail.mbox
 
   # fakesendmail drops the message and any cc's into this mbox.
   mbox="${MH_TEST_DIR}"/Mail/fakesendmail.mbox