changeset 21536:35d26415f0bc

mail-crypt: Do not restrict access in unit test This works around problem with docker
author Aki Tuomi <aki.tuomi@dovecot.fi>
date Mon, 13 Feb 2017 19:40:22 +0200
parents fc183b141006
children 8ebf69bd381b
files src/plugins/mail-crypt/test-mail-key.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/plugins/mail-crypt/test-mail-key.c	Tue Feb 14 10:54:29 2017 +0200
+++ b/src/plugins/mail-crypt/test-mail-key.c	Mon Feb 13 19:40:22 2017 +0200
@@ -156,6 +156,7 @@
 	};
 
 	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);