Commit 48845c95 authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

Accommodate the musl libc in c3.vtc

parent 09532c18
......@@ -2,11 +2,11 @@ varnishtest "Check that we fail to start with erroneous -a/-b arguments"
# Duplicate -a arguments
# XXX: this cannot be tested reliably, we tolerate port collision
shell -err -match "have same address|already in use" {
shell -err -match "have same address|already in use|Address in use" {
varnishd -d -a 127.0.0.1:38484 -a 127.0.0.1:38484 -b localhost:80
}
shell -err -match "have same address|already in use" {
shell -err -match "have same address|already in use|Address in use" {
varnishd -d -a ${tmpdir}/vtc.sock -a ${tmpdir}/vtc.sock -b localhost:80
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment