actual="$MH_TEST_DIR/$$.actual"
# check a boundary condition in m_getfld(): its internal message
+start_test "a boundary condition in m_getfld(): its internal message"
# buffer holds exactly up to the end of a header field body in a
# message part
msgfile=`mhpath new`
check "$expected" "$actual" : check number 1
# check a boundary condition in m_getfld(): its internal message
+start_test "a boundary condition in m_getfld(): its internal message"
# buffer holds exactly up to the end of a header field name in a
# message part
msgfile=`mhpath new`
check "$expected" "$actual" : check number 2
# check a boundary condition in m_getfld(): its internal message
+start_test "a boundary condition in m_getfld(): its internal message"
# buffer holds exactly up to the end of a message part boundary
msgfile=`mhpath new`
msgnum=`basename $msgfile`
check "$expected" "$actual" : check number 3
+finish_test
exit $failed