test-utf8: drop explicit setting of colors

It was added in 82208a9949, but since
13ee939784, we enable colors by default.
I don't think this function is doing anything useful.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek
2025-07-03 13:13:44 +02:00
parent 01383af1c1
commit 01033b3711

View File

@@ -239,9 +239,4 @@ TEST(utf8_last_length) {
ASSERT_EQ(utf8_last_length("koff👊", SIZE_MAX), strlen("👊"));
}
static int intro(void) {
log_show_color(true);
return EXIT_SUCCESS;
}
DEFINE_TEST_MAIN_WITH_INTRO(LOG_INFO, intro);
DEFINE_TEST_MAIN(LOG_INFO);