From 65efe14678c0cf8304c33a89f9f30d4e88a56d63 Mon Sep 17 00:00:00 2001 From: Christoph Galuschka Date: Oct 04 2014 16:07:27 +0000 Subject: fixed helper to use eximtest as recipient --- diff --git a/tests/p_exim/_helper_exim_helo.expect b/tests/p_exim/_helper_exim_helo.expect index 27f65b8..6b63bab 100755 --- a/tests/p_exim/_helper_exim_helo.expect +++ b/tests/p_exim/_helper_exim_helo.expect @@ -8,7 +8,7 @@ send -- "helo localhost\n" expect -- "250*Hello\ localhost*" send -- "mail from: root@localhost\n" expect -- "250\ OK" -send -- "rcpt to: root@localhost\n" +send -- "rcpt to: eximtest@localhost\n" expect -- "250\ Accepted" send -- "data\n" expect -- "354*"