diff --git a/tests/p_exim/15_exim_smtp.sh b/tests/p_exim/15_exim_smtp.sh
index 31d0ad9..d2523d2 100755
--- a/tests/p_exim/15_exim_smtp.sh
+++ b/tests/p_exim/15_exim_smtp.sh
@@ -9,7 +9,7 @@ then
   echo "helo test" | nc -i 1 -w 3 localhost 25 | grep -q '250'
   ret_val=$?
 else
-  t_Log "This seems to be A C6 system - skipping"
+  t_Log "This seems to be a C6 system - skipping"
   ret_val=0
 fi
 
diff --git a/tests/p_exim/_helper_exim_ehlo.expect b/tests/p_exim/_helper_exim_ehlo.expect
index 12ff1e1..b6ea2fc 100755
--- a/tests/p_exim/_helper_exim_ehlo.expect
+++ b/tests/p_exim/_helper_exim_ehlo.expect
@@ -3,7 +3,6 @@
 
 set timeout 1
 spawn telnet localhost 25
-#match_max 6000
 expect "220 *"
 send -- "ehlo localhost\n"
 expect -- "250-PIPELINING"
diff --git a/tests/p_exim/_helper_exim_helo.expect b/tests/p_exim/_helper_exim_helo.expect
index cb64e46..27f65b8 100755
--- a/tests/p_exim/_helper_exim_helo.expect
+++ b/tests/p_exim/_helper_exim_helo.expect
@@ -3,7 +3,6 @@
 
 set timeout 1
 spawn telnet localhost 25
-#match_max 6000
 expect "220 *"
 send -- "helo localhost\n"
 expect -- "250*Hello\ localhost*"