REGTESTS: relax strerror matching to avoid a failure on libmusl
authorWilly Tarreau <w@1wt.eu>
Thu, 21 Nov 2024 19:26:46 +0000 (20:26 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 21 Nov 2024 19:26:46 +0000 (20:26 +0100)
commita1ace74b7e29d7a3c74433da15355a674117b2b3
treebe7770f82a198b82ee7de47188ecceae7bd35098
parentead0b0154bea548ffe0304d5133307c0e0aee97c
REGTESTS: relax strerror matching to avoid a failure on libmusl

The regtest4be_1srv_smtpchk_httpchk_layer47errors.vtc fails on musl
because it reports "Network unreachable" for -EUNREACH while the
check matches "Network is unreachable" as on other OSes. Let's just
replace " is" with ".*". It now works on both glibc and musl.
reg-tests/checks/4be_1srv_smtpchk_httpchk_layer47errors.vtc