X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/592b3e1bc2a812515c5e2d01f087ec0aa2d4e8e4..4d5d51e903a42c23800540930244448c4aacae16:/test/mhshow/test-msg-buffer-boundaries diff --git a/test/mhshow/test-msg-buffer-boundaries b/test/mhshow/test-msg-buffer-boundaries index 47005cc9..fcd83dad 100755 --- a/test/mhshow/test-msg-buffer-boundaries +++ b/test/mhshow/test-msg-buffer-boundaries @@ -21,6 +21,7 @@ expected="$MH_TEST_DIR/$$.expected" 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` @@ -153,14 +154,16 @@ EOF # Write the expected output. cat >"$expected" <"$actual" 2>&1 -check "$expected" "$actual" +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` @@ -293,14 +296,16 @@ EOF # Write the expected output. cat >"$expected" <"$actual" 2>&1 -check "$expected" "$actual" +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` @@ -434,12 +439,14 @@ EOF # Write the expected output. cat >"$expected" <"$actual" 2>&1 -check "$expected" "$actual" +check "$expected" "$actual" : check number 3 +finish_test exit $failed