On 9/10/25 4:47 AM, Ihar Hrachyshka wrote:

A small commit message would be nice.

> Signed-off-by: Ihar Hrachyshka <[email protected]>
> ---
>  tests/ovsdb-server.at | 13 +++++++++++--
>  1 file changed, 11 insertions(+), 2 deletions(-)
> 
> diff --git a/tests/ovsdb-server.at b/tests/ovsdb-server.at
> index ca6e931be..2807acd2c 100644
> --- a/tests/ovsdb-server.at
> +++ b/tests/ovsdb-server.at
> @@ -2902,8 +2902,17 @@ AT_CHECK([uuidfilt monitor.stdout | sed '/^$/d'], [0], 
> [dnl
>  <8> delete 4 four
>  <9> insert 4 four
>  ])
> -OVSDB_SERVER_SHUTDOWN(["/Address already in use/d"])
> -OVSDB_SERVER_SHUTDOWN2(["/Address already in use/d"])
> +
> +dnl glibc returns 'Address already in use' error message
> +dnl musl returns 'Address in use' error message
> +OVSDB_SERVER_SHUTDOWN(["
> +  /Address already in use/d
> +  /Address in use/d
> +"])
> +OVSDB_SERVER_SHUTDOWN2(["
> +  /Address already in use/d
> +  /Address in use/d
> +"])

Maybe combine them with "/Address \(already \)*in use/d" ?

>  
>  dnl Starting a replay.
>  AT_CHECK([ovsdb-server --replay=./replay_dir                      dnl

_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to