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/stderr/0217 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/stderr/0217') diff --git a/test/stderr/0217 b/test/stderr/0217 index 259df4604..3ae4b8fe5 100644 --- a/test/stderr/0217 +++ b/test/stderr/0217 @@ -1,7 +1,7 @@ LOG: MAIN <= CALLER@test.ex U=CALLER P=local S=sss delivering 10HmbL-0005vi-00 -Connecting to 127.0.0.1 [127.0.0.1]:1224 ... connected +Connecting to 127.0.0.1 [127.0.0.1]:1224 from 127.0.0.1 ... connected SMTP<< 220 Server ready SMTP>> EHLO myhost.test.ex SMTP<< 250-OK @@ -827,7 +827,7 @@ LOG: MAIN LOG: MAIN <= CALLER@test.ex U=CALLER P=local S=sss delivering 10HmbP-0005vi-00 -Connecting to 127.0.0.1 [127.0.0.1]:1224 ... connected +Connecting to 127.0.0.1 [127.0.0.1]:1224 from 127.0.0.1 ... connected SMTP<< 220 Server ready SMTP>> EHLO myhost.test.ex SMTP<< 250-OK -- cgit v1.2.3