Update test/mail_dhparams_default.bats

Co-Authored-By: Brennan Kinney <5098581+polarathene@users.noreply.github.com>
This commit is contained in:
youtous 2020-04-27 10:42:24 +02:00 committed by GitHub
parent e680c349b1
commit 27cbdeeb6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -4,12 +4,12 @@ load 'test_helper/common'
# --------- # ---------
# By default, this image is using audited FFDHE groups (https://github.com/tomav/docker-mailserver/pull/1463) # By default, this image is using audited FFDHE groups (https://github.com/tomav/docker-mailserver/pull/1463)
# #
# This test suite cover the described situation for ONE_DIR=1 and for ONE_DIR=0. # This test case covers the described case against both boolean states for `ONE_DIR`.
# #
# Description: # Description:
# - when using a default DHE parameters: # - When no DHE parameters are supplied by the user:
# ~ repo FFDHE4096 file is unchanged. # ~ The file `ffdhe4096.pem` has not been modified (checksum verification).
# ~ ffdhe4096 params file is copied in postfix and dovecot configuration. # ~ `ffdhe4096.pem` is copied to the configuration directories for postfix and dovecot.
function setup() { function setup() {