Commit 72c8d31d authored by Geoff Simmons's avatar Geoff Simmons

make the logexpect in c05.vtc more robust

parent 3df08fc5
......@@ -112,11 +112,11 @@ client c1 {
} -run
logexpect l1 -v v1 -d 1 -g vxid -q "VCL_Error" {
expect 0 * Begin req
expect 0 * Begin bereq
expect * = VCL_Error "^vmod re2 error: elevendots\.backref\(12, \"fallback\"\): backref out of range \(max 11\)$"
expect * = End
expect * * Begin req
expect 0 * Begin req
expect * = VCL_Error "^vmod re2 error: twentydots\.backref\(21, \"error21\"\): backref out of range \(max 20\)$"
expect * = End
} -run
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