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/stderr/0398 | |
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/stderr/0398')
-rw-r--r-- | test/stderr/0398 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/stderr/0398 b/test/stderr/0398 index 5118c1af7..82ec32293 100644 --- a/test/stderr/0398 +++ b/test/stderr/0398 @@ -123,8 +123,8 @@ dbfn_read: key=remote callout cache: found domain record dbfn_read: key=qq@remote callout cache: no address record found -interface=NULL port=1224 -Connecting to 127.0.0.1 [127.0.0.1]:1224 ... connected +interface=127.0.0.1 port=1224 +Connecting to 127.0.0.1 [127.0.0.1]:1224 from 127.0.0.1 ... connected SMTP<< 220 Server ready 127.0.0.1 in hosts_avoid_esmtp? no (option unset) SMTP>> EHLO mail.test.ex |