diff tests/common-pattern.py @ 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 6000f5b25c9b
children adecb1ab4a0d 2cf264e9aa75
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)
     ),
 }