]> diplodocus.org Git - nmh/blobdiff - test/mhbuild/test-utf8-body
Garbage collect some Autoconf cruft that has been around a lot longer
[nmh] / test / mhbuild / test-utf8-body
index 3446153f9a9d8aad490d1c49ab989aa5f2017617..e4a7c4e4a1c4a104dff45daceb6363540301e4ae 100755 (executable)
@@ -27,7 +27,7 @@ MHMTSCONF="$mts_fakesendmail"
 # argument: expected output
 test_attachment ()
 {
-  send -draft -mts sendmail/pipe
+  run_prog send -draft -mts sendmail/pipe
 
   # fakesendmail drops the message and any cc's into this mbox.
   mbox="${MH_TEST_DIR}"/Mail/fakesendmail.mbox
@@ -39,7 +39,7 @@ test_attachment ()
   # use, so we'll just use sed to remove the actual date so we can easily
   # compare it against our "correct" output.  And same for charset.
   #
-  sed -e 's/^Date:.*/Date:/' -e 's/; charset=".*//' \
+  sed -e 's/^Date:.*/Date:/' -e 's/; charset="[^;]*//' \
       "`mhpath cur`" > "${testname}.actual"
 
   check "${testname}.actual" "$1"