[exim-cvs] Testsuite: comment corner-case

Top Page
Delete this message
Reply to this message
Author: Exim Git Commits Mailing List
Date:  
To: exim-cvs
Subject: [exim-cvs] Testsuite: comment corner-case
Gitweb: https://git.exim.org/exim.git/commitdiff/924bff6ea9f7afaa9678194852135636f19f98fd
Commit:     924bff6ea9f7afaa9678194852135636f19f98fd
Parent:     f374b08a8eb32aebe9d3a4a0455313ca911c3ff8
Author:     Jeremy Harris <jgh146exb@???>
AuthorDate: Wed Nov 13 17:42:38 2019 +0000
Committer:  Jeremy Harris <jgh146exb@???>
CommitDate: Wed Nov 13 17:42:38 2019 +0000


    Testsuite: comment corner-case
---
 test/scripts/1000-Basic-ipv6/1003 | 5 +++++
 1 file changed, 5 insertions(+)


diff --git a/test/scripts/1000-Basic-ipv6/1003 b/test/scripts/1000-Basic-ipv6/1003
index 1be6923..849d69a 100644
--- a/test/scripts/1000-Basic-ipv6/1003
+++ b/test/scripts/1000-Basic-ipv6/1003
@@ -9,6 +9,11 @@ exim user4@???
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@???

2