diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2019-11-13 17:42:38 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2019-11-13 17:42:38 +0000 |
commit | 924bff6ea9f7afaa9678194852135636f19f98fd (patch) | |
tree | 80be8e69fa10fa01a2389043a09c2332e0a5f92f /test/scripts/1000-Basic-ipv6 | |
parent | f374b08a8eb32aebe9d3a4a0455313ca911c3ff8 (diff) |
Testsuite: comment corner-case
Diffstat (limited to 'test/scripts/1000-Basic-ipv6')
-rw-r--r-- | test/scripts/1000-Basic-ipv6/1003 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/scripts/1000-Basic-ipv6/1003 b/test/scripts/1000-Basic-ipv6/1003 index 1be6923b0..849d69a10 100644 --- a/test/scripts/1000-Basic-ipv6/1003 +++ b/test/scripts/1000-Basic-ipv6/1003 @@ -9,6 +9,11 @@ exim user4@h1.test.ex 1 interface: <; ::1 ; HOSTIPV4 **** +# +# This tries to send to ::1 from HOSTIPV6 - which is ok until HOSTIPV6 +# is a link-local addr (with a scope-id specifying the link). Then, +# it seems, ::1 is not on that link (for Linux, at least). The connect +# times out and the testcase fails. exim user6@h2.test.ex 2 |