diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2014-12-13 20:18:39 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2014-12-13 20:18:39 +0000 |
commit | 30079bc1d20c0473d012ef33654358cfadb0a2ff (patch) | |
tree | 76c3ff79239fb8c65a9b017880fc7ec482db79d4 /test/scripts/3400-plaintext | |
parent | 36e1cc0b9acab3a1e1d891f671bd03f0e2d98980 (diff) |
Testsuite: Use explicit interface for send to localhost
FreeBSD is more lax in its choice of local address to bind; the
difference is just noise in testcase output.
Diffstat (limited to 'test/scripts/3400-plaintext')
-rw-r--r-- | test/scripts/3400-plaintext/3415 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/scripts/3400-plaintext/3415 b/test/scripts/3400-plaintext/3415 index d5bcc33be..22005aa07 100644 --- a/test/scripts/3400-plaintext/3415 +++ b/test/scripts/3400-plaintext/3415 @@ -3,7 +3,7 @@ need_ipv4 # exim -DSERVER=server -bd -oX PORT_D **** -client 127.0.0.1 PORT_D +client 127.0.0.1 PORT_D 127.0.0.1 ??? 220 ehlo rhu.barb ??? 250- @@ -38,7 +38,7 @@ killdaemon millisleep 500 exim -DSERVER=server -DSUBMISSION_OPTIONS=/domain=another.domain -bd -oX PORT_D **** -client 127.0.0.1 PORT_D +client 127.0.0.1 PORT_D 127.0.0.1 ??? 220 ehlo rhu.barb ??? 250- @@ -65,7 +65,7 @@ killdaemon millisleep 500 exim -DSERVER=server -DSUBMISSION_OPTIONS=/domain= -DAUTH_ID_DOMAIN=@auth.id.domain -bd -oX PORT_D **** -client 127.0.0.1 PORT_D +client 127.0.0.1 PORT_D 127.0.0.1 ??? 220 ehlo rhu.barb ??? 250- @@ -92,7 +92,7 @@ killdaemon millisleep 500 exim -DSERVER=server -DSUBMISSION_OPTIONS=/domain= -DAUTH_ID_DOMAIN=@auth.id.domain -bd -oX PORT_D **** -client 127.0.0.1 PORT_D +client 127.0.0.1 PORT_D 127.0.0.1 ??? 220 ehlo rhu.barb ??? 250- |