From: Stephan Bosch Date: Sun, 26 Oct 2025 04:56:43 +0000 (+0100) Subject: imap: test-imap-client-hibernate - Rename test_init() to test_tmp_dir_init() X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3615f59cc8a5c7c36f9c2165e69783e2e7750d99;p=thirdparty%2Fdovecot%2Fcore.git imap: test-imap-client-hibernate - Rename test_init() to test_tmp_dir_init() --- diff --git a/src/imap/test-imap-client-hibernate.c b/src/imap/test-imap-client-hibernate.c index 6ba3ad0248..873c928476 100644 --- a/src/imap/test-imap-client-hibernate.c +++ b/src/imap/test-imap-client-hibernate.c @@ -272,7 +272,7 @@ static void test_cleanup(void) i_error("unlink_directory() failed: %s", error); } -static void test_init(void) +static void test_tmp_dir_init(void) { const char *cwd, *error; @@ -323,7 +323,7 @@ int main(int argc, char *argv[]) settings_info_register(&test_service_setting_parser_info); master_service_init_finish(master_service); - test_init(); + test_tmp_dir_init(); static void (*const test_functions[])(void) = { test_imap_client_hibernate,