From 27bc612b76b08160f8f2273054f1373d1ecb3ed3 Mon Sep 17 00:00:00 2001 From: Christoph Galuschka Date: Oct 04 2014 18:30:15 +0000 Subject: foxed another typo in expect script --- 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"