From 80019da75e406a7fe7b5ce7af937f3e2c3fad77d Mon Sep 17 00:00:00 2001 From: Colin Ihrig Date: Sun, 23 Mar 2025 12:59:02 -0400 Subject: [PATCH] doc: update testing section of README The regression_tests and unit_tests scripts appear to be named with underscores instead of hyphens. This commit updates the README to reflect this. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cf3841c2a1..a60ed923b8 100644 --- a/README.md +++ b/README.md @@ -219,8 +219,8 @@ the utilities, follow the commands listed below: $ cd /path/to/your/ModSecurity $ git submodule foreach git pull $ cd test -$ ./regression-tests -$ ./unit-tests +$ ./regression_tests +$ ./unit_tests ``` ### Debugging