]> diplodocus.org Git - nmh/blobdiff - test/mhbuild/test-utf8-body
uip: Replace some ints that are only ever 0 or 1 with bool.
[nmh] / test / mhbuild / test-utf8-body
index 5e1b3256fc21041afe961eb89ab1bc1c7eb25e10..e3903ae6494b228b3915afc7c7d0cbe6d74374df 100755 (executable)
@@ -35,7 +35,7 @@ test_attachment ()
   # fakesendmail drops the message and any cc's into this mbox.
   mbox="${MH_TEST_DIR}"/Mail/fakesendmail.mbox
   inc -silent -file "$mbox"
-  rm -f "$mbox" "$mbox.map"
+  rm -f "$mbox"
 
   #
   # It's hard to calculate the exact Date: header post is going to
@@ -182,7 +182,7 @@ set -e
 
 cat > "$expected" <<EOF
 mhbuild: Text content contains 8 bit characters, but character set is US-ASCII
-${MH_INST_DIR}${bindir}/mhbuild: exit 1
+${MH_INST_DIR}${bindir}/mhbuild: exited 1
 EOF
 
 check "$expected" "$actual"