mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Move around some code to make unit tests easier to build.
This commit is contained in:
@@ -3,7 +3,7 @@ use strict;
|
||||
use File::Basename qw(basename dirname);
|
||||
|
||||
my @TYPES = qw(tfns operators);
|
||||
my $TEST = "./msc-test";
|
||||
my $TEST = "./msc_test";
|
||||
my $SCRIPT = basename($0);
|
||||
my $SCRIPTDIR = dirname($0);
|
||||
my $PASSED = 0;
|
||||
|
Reference in New Issue
Block a user