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/5500-PRDR | |
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/5500-PRDR')
-rw-r--r-- | test/scripts/5500-PRDR/5500 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/test/scripts/5500-PRDR/5500 b/test/scripts/5500-PRDR/5500 index 567b00085..fec0701a2 100644 --- a/test/scripts/5500-PRDR/5500 +++ b/test/scripts/5500-PRDR/5500 @@ -6,7 +6,7 @@ no_msglog_check # z rejected, all after data per PRDR spec 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- @@ -39,7 +39,7 @@ sleep 1 # # # 2: traditional data acl should be called, resulting in an overall reject -client 127.0.0.1 PORT_D +client 127.0.0.1 PORT_D 127.0.0.1 ??? 220 ehlo rhu.barb ??? 250- @@ -70,7 +70,7 @@ sleep 1 # # 3: PRDR should be avoided for a single-recipient message # even though the client showed support. -client 127.0.0.1 PORT_D +client 127.0.0.1 PORT_D 127.0.0.1 ??? 220 ehlo rhu.barb ??? 250- @@ -94,7 +94,7 @@ quit sleep 1 # # 4: double temp-reject -client 127.0.0.1 PORT_D +client 127.0.0.1 PORT_D 127.0.0.1 ??? 220 ehlo rhu.barb ??? 250- @@ -123,7 +123,7 @@ quit sleep 1 # # 5: double reject -client 127.0.0.1 PORT_D +client 127.0.0.1 PORT_D 127.0.0.1 ??? 220 ehlo rhu.barb ??? 250- |