##// END OF EJS Templates
tests: add another variation of EADDRNOTAVAIL message (e.g. from NetBSD)
av6 -
r50419:45268599 stable
parent child Browse files
Show More
@@ -158,6 +158,7 substitutions = [
158 158 br'$EADDRNOTAVAIL$': (
159 159 # strerror()
160 160 br'Cannot assign requested address',
161 br'Can\'t assign requested address',
161 162 # FormatMessage(WSAEADDRNOTAVAIL)
162 163 ),
163 164 }
General Comments 0
You need to be logged in to leave comments. Login now