From 30079bc1d20c0473d012ef33654358cfadb0a2ff Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Sat, 13 Dec 2014 20:18:39 +0000 Subject: 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. --- test/scripts/3400-plaintext/3415 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'test/scripts/3400-plaintext/3415') 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- -- cgit v1.2.3