diff --git a/tests/common-pattern.py b/tests/common-pattern.py --- a/tests/common-pattern.py +++ b/tests/common-pattern.py @@ -158,6 +158,7 @@ substitutions = [ br'$EADDRNOTAVAIL$': ( # strerror() br'Cannot assign requested address', + br'Can\'t assign requested address', # FormatMessage(WSAEADDRNOTAVAIL) ), }