void cut_setup (void) { config = milter_manager_configuration_new(NULL); loop = milter_test_event_loop_new(); egg = NULL; another_egg = NULL; condition = NULL; expected_children = milter_manager_children_new(config, loop); actual_children = NULL; expected_load_paths = NULL; expected_eggs = NULL; expected_applicable_conditions = NULL; actual_xml = NULL; tmp_dir = g_build_filename(milter_test_get_base_dir(), "tmp", NULL); cut_remove_path(tmp_dir, NULL); if (g_mkdir_with_parents(tmp_dir, 0700) == -1) cut_assert_errno(); }
void setup (void) { actual_address = NULL; actual_address_size = 0; expected_error = NULL; actual_error = NULL; tmp_dir = g_build_filename(milter_test_get_base_dir(), "tmp", NULL); cut_remove_path(tmp_dir, NULL); if (g_mkdir_with_parents(tmp_dir, 0700) == -1) cut_assert_errno(); }