From e98f9678870d5b258a9f1ee855bae215ae644519 Mon Sep 17 00:00:00 2001 From: Christoph Galuschka Date: Dec 08 2012 11:08:38 +0000 Subject: removed unnecessary comments, corrected one upper case Log Entry --- 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*"