tests: add another variation of EADDRNOTAVAIL message (e.g. from NetBSD) stable
authorAnton Shestakov <av6@dwimlabs.net>
Wed, 19 Oct 2022 16:55:46 +0400
branchstable
changeset 49524 45268599f55e
parent 49521 a5f551f8b723
child 49525 c7c437f35687
tests: add another variation of EADDRNOTAVAIL message (e.g. from NetBSD)
tests/common-pattern.py
--- 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)
     ),
 }