]> diplodocus.org Git - nmh/blobdiff - test/mhfixmsg/test-mhfixmsg
ap: Fix write past end of addrs[] array.
[nmh] / test / mhfixmsg / test-mhfixmsg
index a95ef3f2d21686c9d32503e604a5012f11ec949e..5f33b79b917b8975e464236c6ce8d6ecae7da4ee 100755 (executable)
@@ -16,7 +16,7 @@ fi
 
 setup_test
 
-check_exit '-eq 1' mhfixmsg - # gcov
+check_exit '-eq 1' mhfixmsg -
 
 #### Make sure that html-to-text conversion is what we expect.
 require_locale en_US.UTF-8 en_US.UTF8 en_US.utf-8 en_US.utf8
@@ -1714,6 +1714,17 @@ set +e
 run_prog mhfixmsg -file - -outfile - <`mhpath last` >"$actual" 2>/dev/null
 set -e
 #### Expected output is identical to the input message.
+check `mhpath last` "$actual" 'keep first'
+
+
+start_test "pass through message with relative folder path with parse error"
+#### Factor out leading portion of current folder path and make it relative.
+pwd=`pwd`
+set +e
+run_prog mhfixmsg +./`mhpath | sed "s%^$pwd/%%"` last -out - >"$actual" 2>/dev/null
+set -e
+folder -f +inbox >/dev/null
+#### Expected output is identical to the input message.
 check `mhpath last` "$actual"