From: Victor Julien Date: Tue, 1 Nov 2022 09:12:03 +0000 (+0100) Subject: tests: update pcre test for new output X-Git-Tag: suricata-6.0.9~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0dcb298a2a38768e91df2f4cf66835f61fadce7a;p=thirdparty%2Fsuricata-verify.git tests: update pcre test for new output Disable on 6 until we can do version checks per shell check. --- diff --git a/tests/pcre-invalid-rule-01/test.yaml b/tests/pcre-invalid-rule-01/test.yaml index 2a0fceddd..7fe11baf5 100644 --- a/tests/pcre-invalid-rule-01/test.yaml +++ b/tests/pcre-invalid-rule-01/test.yaml @@ -1,5 +1,5 @@ requires: - min-version: 6.0 + min-version: 7.0 checks: @@ -24,7 +24,7 @@ checks: expect: 1 - shell: - args: grep -o "use a sticky.*\"http response body" suricata.log | wc -l | xargs + args: grep -o "use a sticky.*\"data from tracked files" suricata.log | wc -l | xargs expect: 1 - shell: