X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/47313b9bc395470311e383b57eb184c830662c4a..94187a80bd60baab4b9c4b949ad820d730578123:/test/bad-input/test-header?ds=sidebyside diff --git a/test/bad-input/test-header b/test/bad-input/test-header index ef7b3992..a8ab49e3 100755 --- a/test/bad-input/test-header +++ b/test/bad-input/test-header @@ -69,8 +69,7 @@ From: foo@example.edu Subject: test -[ part - text/plain - 70B ] - +[ part - text/plain - 69B ] This is a multi-part message in MIME format. I am a stupid spammer. @@ -122,29 +121,5 @@ verify_string_in_file 'exceeds 997' "$actual_err" verify_string_in_file '??Format error (message 13) in component 2' "$actual_err" rm -f "$actual_err" -# check m_getfld() handling of long header field name without a colon -start_test 'm_getfld() handling of long header field name without a colon' -msgfile="$MH_TEST_DIR/Mail/inbox/14" -cat >"$msgfile" <"$expected" <"$expected_err" <"$actual" 2>"$actual_err" -check "$expected" "$actual" : m_getfld with long header, no colon output -check "$expected_err" "$actual_err" : m_getfld with long header, no colon error - - finish_test exit $failed