From 42fab76535e6e0aa7fc722cde1e24afc2c4cca1f Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Sun, 25 Mar 2018 17:14:41 +0100 Subject: Testsuite: for SPF tests, avoid using the ipv4 address --- test/scripts/4600-SPF/4600 | 14 +++++++------- test/scripts/4600-SPF/4601 | 6 +++--- 2 files changed, 10 insertions(+), 10 deletions(-) (limited to 'test/scripts') diff --git a/test/scripts/4600-SPF/4600 b/test/scripts/4600-SPF/4600 index 825efb959..d24fa9d94 100644 --- a/test/scripts/4600-SPF/4600 +++ b/test/scripts/4600-SPF/4600 @@ -5,31 +5,31 @@ # to provide values for testcases. # # For now just check that what should be working syntax does not cause us to fall over. -# Be careful with envelope-domains used for testcases, as real DNS lookups will be done. +# Be careful with envelope-domains and IPs used for testcases, as real DNS lookups will be done. # -exim -bd -DSERVER=server -oX PORT_D +exim -bd -DSERVER=server -oX PORT_D:PORT_S **** -client HOSTIPV4 PORT_D +client 127.0.0.1 PORT_D ??? 220 helo testclient ??? 250 mail from: ??? 250 rcpt to: -??? 550 +??? 250 quit **** -client HOSTIPV4 PORT_D +client 127.0.0.1 PORT_D ??? 220 helo testclient ??? 250 mail from: ??? 250 rcpt to: -??? 550 +??? 250 quit **** -client 127.0.0.1 PORT_D +client 127.0.0.1 PORT_S ??? 220 helo testclient ??? 250 diff --git a/test/scripts/4600-SPF/4601 b/test/scripts/4600-SPF/4601 index 096b64e24..ab434611c 100644 --- a/test/scripts/4600-SPF/4601 +++ b/test/scripts/4600-SPF/4601 @@ -7,9 +7,9 @@ # For now just check that what should be working syntax does not cause us to fall over. # Be careful with envelope-domains used for testcases, as real DNS lookups will be done. # -exim -bd -DSERVER=server -oX PORT_D +exim -bd -DSERVER=server -oX PORT_D:PORT_S **** -client HOSTIPV4 PORT_D +client 127.0.0.1 PORT_D ??? 220 helo testclient ??? 250 @@ -19,7 +19,7 @@ rcpt to: ??? 250 quit **** -client 127.0.0.1 PORT_D +client 127.0.0.1 PORT_S ??? 220 helo testclient ??? 250 -- cgit v1.2.3