diff --git a/test/mimesniff.c b/test/mimesniff.c index 6a95823e3..eeb52e29e 100644 --- a/test/mimesniff.c +++ b/test/mimesniff.c @@ -772,7 +772,7 @@ END_TEST #define SIG(s,m,a) { (const uint8_t *)s, SLEN(s), &corestring_lwc_##m, a } static struct test_mimetype text_html_header_tests[] = { SIG("text", text_html, true), - SIG("\xef\xbb\xbf\t\n\r ", text_html, true), SIG("\xef\xbb\xbf\t\n\r ", application_rss_xml, true), SIG("\t\n\r ", application_atom_xml, true), SIG("", application_rss_xml, true),