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/confs/0478 | |
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/confs/0478')
-rw-r--r-- | test/confs/0478 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/confs/0478 b/test/confs/0478 index bcdd98069..70314f0f1 100644 --- a/test/confs/0478 +++ b/test/confs/0478 @@ -31,8 +31,9 @@ begin transports t1: driver = smtp - port = PORT_D hosts = ${if eq {$sender_host_address}{}{$local_part}{V4NET.0.0.2}} + port = PORT_D + interface = ${if eq {$host}{127.0.0.1} {127.0.0.1}} allow_localhost connect_timeout = 1s |