changeset 53196:1b01db715fe4

common-pattern: add the alpine version of EADDRINUSE By chance, we can just update the list of possible option for this patterns.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Thu, 17 Apr 2025 18:43:45 +0200
parents d2c73b0de7e2
children 34f926d45d8e
files tests/common-pattern.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/tests/common-pattern.py	Thu Apr 17 16:24:12 2025 +0200
+++ b/tests/common-pattern.py	Thu Apr 17 18:43:45 2025 +0200
@@ -166,6 +166,7 @@
     br'$EADDRINUSE$': (
         # strerror()
         br'Address already in use',
+        br'Address in use',
         # FormatMessage(WSAEADDRINUSE)
         br'Only one usage of each socket address'
         br' \(protocol/network address/port\) is normally permitted',