diff options
-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 |