Commit facaef06 authored by Martin Blix Grydeland's avatar Martin Blix Grydeland

Fix test case for 'ne' operator

parent eecbd7cb
......@@ -23,7 +23,8 @@ logexpect l1 -d 1 -g request -q "Begin eq 'req 1000'" {
} -run
# Test 'ne' operator
logexpect l1 -d 1 -g request -q "Begin ne 'req 1001'" {
logexpect l1 -d 1 -g request -q "ReqProtocol ne 'HTTP/1.0'" {
expect * * Begin
expect * = ReqEnd
} -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