X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/592b3e1bc2a812515c5e2d01f087ec0aa2d4e8e4..4d5d51e903a42c23800540930244448c4aacae16:/test/inc/test-inc-scanout diff --git a/test/inc/test-inc-scanout b/test/inc/test-inc-scanout index a3ec2593..70cb0ed8 100755 --- a/test/inc/test-inc-scanout +++ b/test/inc/test-inc-scanout @@ -200,6 +200,7 @@ run_test "scan -width 120 +inbox 11" \ " 11+ 03/01 Mr Nobody Who is on first?<"$MH_TEST_DIR/mess" <`mhpath new` <"$MH_TEST_DIR/mess" <"$expected" <> @@ -418,6 +423,7 @@ run_test "inc -width 80 -file $MH_TEST_DIR/msgbox -truncate" \ rm -f "$MH_TEST_DIR/msgbox" # check mbox with two blank lines between header and body +start_test "mbox with two blank lines between header and body" cat >>"$MH_TEST_DIR/msgbox" <>' rm -f "$MH_TEST_DIR/msgbox" +# check inc (m_getfld, actually) of very, very, very short message +start_test "inc (m_getfld, actually) of very, very, very short message" +cat >>"$MH_TEST_DIR/msgbox" <>' +rm -f "$MH_TEST_DIR/msgbox" + +# check inc (m_getfld, actually) of very, very short message +start_test "inc (m_getfld, actually) of very, very short message" +cat >>"$MH_TEST_DIR/msgbox" <>' +rm -f "$MH_TEST_DIR/msgbox" + +# check inc (m_getfld, actually) of very short message +start_test "inc (m_getfld, actually) of very short message" +cat >>"$MH_TEST_DIR/msgbox" <>' +rm -f "$MH_TEST_DIR/msgbox" + +# check inc (m_getfld, actually) of short message +start_test "inc (m_getfld, actually) of short message" +cat >>"$MH_TEST_DIR/msgbox" <>' +rm -f "$MH_TEST_DIR/msgbox" + +finish_test exit ${failed:-0}