mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Redo build system to properly use autotools and avoid compilation with apxs util.
This commit is contained in:
23
tests/op/unconditionalMatch.t
Normal file
23
tests/op/unconditionalMatch.t
Normal file
@@ -0,0 +1,23 @@
|
||||
### Empty
|
||||
{
|
||||
type => "op",
|
||||
name => "unconditionalMatch",
|
||||
param => "",
|
||||
input => "",
|
||||
ret => 1,
|
||||
},
|
||||
{
|
||||
type => "op",
|
||||
name => "unconditionalMatch",
|
||||
param => "TestCase",
|
||||
input => "",
|
||||
ret => 1,
|
||||
},
|
||||
{
|
||||
type => "op",
|
||||
name => "unconditionalMatch",
|
||||
param => "",
|
||||
input => "TestCase",
|
||||
ret => 1,
|
||||
},
|
||||
|
Reference in New Issue
Block a user