65efe1 fixed helper to use eximtest as recipient

Authored and Committed by tigalch 10 years ago
    fixed helper to use eximtest as recipient
    
        
tests/p_exim/_helper_exim_helo.expect CHANGED
@@ -8,7 +8,7 @@ send -- "helo localhost\n"
8
8
expect -- "250*Hello\ localhost*"
9
9
send -- "mail from: root@localhost\n"
10
10
expect -- "250\ OK"
11
- send -- "rcpt to: root@localhost\n"
11
+ send -- "rcpt to: eximtest@localhost\n"
12
12
expect -- "250\ Accepted"
13
13
send -- "data\n"
14
14
expect -- "354*"