]> git.ipfire.org Git - thirdparty/suricata-verify.git/commitdiff
tests: update pcre test for new output
authorVictor Julien <victor@inliniac.net>
Tue, 1 Nov 2022 09:12:03 +0000 (10:12 +0100)
committerVictor Julien <victor@inliniac.net>
Tue, 8 Nov 2022 12:11:12 +0000 (14:11 +0200)
Disable on 6 until we can do version checks per shell check.

tests/pcre-invalid-rule-01/test.yaml

index 2a0fceddd8a439d6327df29a5ffd2fd2422570c0..7fe11baf55166fdede4fee589608680e3125534d 100644 (file)
@@ -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: