diff --git a/tests/p_exim/_helper_exim_ehlo.expect b/tests/p_exim/_helper_exim_ehlo.expect index 4ca9624..acf7ef0 100755 --- a/tests/p_exim/_helper_exim_ehlo.expect +++ b/tests/p_exim/_helper_exim_ehlo.expect @@ -8,6 +8,6 @@ send -- "ehlo localhost\n" expect -- "250-PIPELINING" sleep 1 send -- "mail from: root@localhost\nrcpt to: eximtest@localhost\ndata\nt_functional test\n.\n" -expect -- "250\ OK" +expect -- "250\ OK*" send -- "quit\n" expect "221*closing\ connection"