From b03837e962f32114283c27bf40af7fc4c25fe3cd Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Mon, 4 Jun 2018 00:36:46 +0900 Subject: conf-parser: remove redundant utf8-validity check --- src/test/test-conf-parser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/test') diff --git a/src/test/test-conf-parser.c b/src/test/test-conf-parser.c index b95aa7a22..0e531bb21 100644 --- a/src/test/test-conf-parser.c +++ b/src/test/test-conf-parser.c @@ -185,7 +185,7 @@ static void test_config_parse_strv(void) { test_config_parse_strv_one("foo bar foo", STRV_MAKE("foo", "bar", "foo")); test_config_parse_strv_one("\"foo bar\" foo", STRV_MAKE("foo bar", "foo")); test_config_parse_strv_one("\xc3\x80", STRV_MAKE("\xc3\x80")); - test_config_parse_strv_one("\xc3\x7f", STRV_MAKE_EMPTY); + test_config_parse_strv_one("\xc3\x7f", STRV_MAKE("\xc3\x7f")); } static void test_config_parse_mode(void) { -- cgit v1.2.3