Skip to content

Commit

Permalink
mail-crypt: Do not restrict access in unit test
Browse files Browse the repository at this point in the history
This works around problem with docker
  • Loading branch information
cmouse authored and GitLab committed Feb 14, 2017
1 parent 833fd67 commit 532bb6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/plugins/mail-crypt/test-mail-key.c
Expand Up @@ -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);

Expand Down

0 comments on commit 532bb6c

Please sign in to comment.