Skip to content
Snippets Groups Projects
Commit e2632d9d1b6e authored by Matt Harbison's avatar Matt Harbison
Browse files

tests: fill in the Windows pattern for `$EADDRNOTAVAIL$` matching

This fixes test-https.t on Windows.

It looks like the real error translation is "Cannot assign requested address.",
and the message here is the start of a longer description, so I'm not sure why
this part is emitted.  But it's not worth digging into, as it's evidently the
same failure.
parent 1dd01023649d
No related branches found
No related tags found
3 merge requests!728Merge stable into default,!723Draft: never inline changelog,!719Initial Windows fixes
......@@ -170,6 +170,7 @@
br'Cannot assign requested address',
br'Can\'t assign requested address',
# FormatMessage(WSAEADDRNOTAVAIL)
br'The requested address is not valid in its context',
),
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment