changeset 49524:45268599f55e stable

tests: add another variation of EADDRNOTAVAIL message (e.g. from NetBSD)
author Anton Shestakov <av6@dwimlabs.net>
date Wed, 19 Oct 2022 16:55:46 +0400
parents a5f551f8b723
children c7c437f35687
files tests/common-pattern.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/tests/common-pattern.py	Tue Oct 18 19:49:31 2022 -0400
+++ b/tests/common-pattern.py	Wed Oct 19 16:55:46 2022 +0400
@@ -158,6 +158,7 @@
     br'$EADDRNOTAVAIL$': (
         # strerror()
         br'Cannot assign requested address',
+        br'Can\'t assign requested address',
         # FormatMessage(WSAEADDRNOTAVAIL)
     ),
 }