diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2016-12-03 23:26:26 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2016-12-03 23:26:26 +0000 |
commit | 7baddd6a8e224cde645a1ddd044e04940f4fa3b6 (patch) | |
tree | 4db58a2389ff3fe5bf4c1f65aa8d62ee94549752 | |
parent | c7769c138e23836dc162972ff52fa41aa3fd9f54 (diff) |
Testsuite: ipv6 source address platform variance
-rwxr-xr-x | test/runtest | 3 | ||||
-rw-r--r-- | test/stdout/1008 | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/test/runtest b/test/runtest index eb19decfe..c656cc50b 100755 --- a/test/runtest +++ b/test/runtest @@ -883,6 +883,9 @@ RESET_AFTER_EXTRA_LINE_READ: } } + # remote IPv6 addrs vary + s/^(Connection request from) \[.*:.*:.*\]$/$1 \[ipv6\]/; + # openssl version variances # Error lines on stdout from SSL contain process id values and file names. # They also contain a source file name and line number, which may vary from diff --git a/test/stdout/1008 b/test/stdout/1008 index f930d30a5..9122d3d05 100644 --- a/test/stdout/1008 +++ b/test/stdout/1008 @@ -31,7 +31,7 @@ QUIT 250 OK Expected EOF read from client Listening on port 1224 ... -Connection request from [::] +Connection request from [ipv6] 220 Server ready EHLO the.local.host.name 250-server id |