From: Aki Tuomi Date: Mon, 13 Feb 2017 17:40:22 +0000 (+0200) Subject: mail-crypt: Do not restrict access in unit test X-Git-Tag: 2.3.0.rc1~2123 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=532bb6cdc2fc62ae39ed51a694528852c2da9e07;p=thirdparty%2Fdovecot%2Fcore.git mail-crypt: Do not restrict access in unit test This works around problem with docker --- diff --git a/src/plugins/mail-crypt/test-mail-key.c b/src/plugins/mail-crypt/test-mail-key.c index 3ffdc241b1..5cb399cdd7 100644 --- a/src/plugins/mail-crypt/test-mail-key.c +++ b/src/plugins/mail-crypt/test-mail-key.c @@ -151,6 +151,7 @@ int init_test_mail_user(void) }; mail_storage_service = mail_storage_service_init(master_service, NULL, + MAIL_STORAGE_SERVICE_FLAG_NO_RESTRICT_ACCESS | MAIL_STORAGE_SERVICE_FLAG_NO_LOG_INIT | MAIL_STORAGE_SERVICE_FLAG_NO_PLUGINS);