Searched refs:suppress (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/lib-test/
H A Dtest-common.c178 bool suppress;
182 suppress = strstr(str, *error_strp) != NULL;
183 test_assert(suppress == TRUE);
186 return suppress;
193 bool suppress = FALSE; local
198 suppress = expect_error_check(&expected_error_str, format, args2);
205 if (!suppress) {
227 bool suppress = expect_error_check(&expected_fatal_str, format, args2); local
230 if (suppress) {

Completed in 7 milliseconds