From 8624151244d49726d3229385fa9dd5a6237602b3 Mon Sep 17 00:00:00 2001 From: Jason Ish Date: Sat, 21 Mar 2020 12:44:55 -0600 Subject: [PATCH] Update min-version to 6.0 for some test that fail on 5.0.x - detect-filestore-config-02 - detect-filestore-config-04 - pcre-invalid-rule-01 --- tests/detect-filestore-config-02/test.yaml | 2 +- tests/detect-filestore-config-04/test.yaml | 2 +- tests/pcre-invalid-rule-01/test.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/detect-filestore-config-02/test.yaml b/tests/detect-filestore-config-02/test.yaml index bf6ff6c0e..b5a54d96d 100644 --- a/tests/detect-filestore-config-02/test.yaml +++ b/tests/detect-filestore-config-02/test.yaml @@ -1,5 +1,5 @@ requires: - min-version: 5.0.1 + min-version: 6.0 features: - HAVE_NSS diff --git a/tests/detect-filestore-config-04/test.yaml b/tests/detect-filestore-config-04/test.yaml index f7fa7c9c4..81735aaeb 100644 --- a/tests/detect-filestore-config-04/test.yaml +++ b/tests/detect-filestore-config-04/test.yaml @@ -1,4 +1,4 @@ requires: - min-version: 5.0.1 + min-version: 6.0 features: - HAVE_NSS diff --git a/tests/pcre-invalid-rule-01/test.yaml b/tests/pcre-invalid-rule-01/test.yaml index 3c5ebec9a..2a0fceddd 100644 --- a/tests/pcre-invalid-rule-01/test.yaml +++ b/tests/pcre-invalid-rule-01/test.yaml @@ -1,5 +1,5 @@ requires: - min-version: 5.0 + min-version: 6.0 checks: -- 2.47.2