From 80bd3a8c857c110f7ac4f1c335def697cce6901c Mon Sep 17 00:00:00 2001
From: youtous <contact@youtous.me>
Date: Mon, 27 Apr 2020 10:42:47 +0200
Subject: [PATCH] Update test/mail_dhparams_manual_not_one_dir.bats

Co-Authored-By: Brennan Kinney <5098581+polarathene@users.noreply.github.com>
---
 test/mail_dhparams_manual_not_one_dir.bats | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/test/mail_dhparams_manual_not_one_dir.bats b/test/mail_dhparams_manual_not_one_dir.bats
index e2604c73..ae98ccff 100644
--- a/test/mail_dhparams_manual_not_one_dir.bats
+++ b/test/mail_dhparams_manual_not_one_dir.bats
@@ -3,14 +3,13 @@ load 'test_helper/common'
 # Test case
 # ---------
 # By default, this image is using audited FFDHE groups (https://github.com/tomav/docker-mailserver/pull/1463)
-# However, an advanced user could want to supply custom DHE parameters.
 #
-# This test suite cover the described situation when ONE_DIR=0 is set.
+# This test case covers the described case when `ONE_DIR=0`.
 #
 # Description:
-# - when using a CUSTOM DHE parameters:
-#   ~ custom dhe params file is copied in postfix and dovecot configuration.
-#   ~ a warning is raised about usage of insecure parameters.
+# - When custom DHE parameters are supplied by the user:
+#   ~ User supplied DHE parameters are copied to the configuration directories for postfix and dovecot.
+#   ~ A warning is raised about usage of insecure parameters.
 
 
 function setup() {