Skip to content

Commit f210d29

Browse files
author
Felipe Zimmerle
committed
Change source file name in tests
1 parent 8ace6f1 commit f210d29

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

t/load-modsec.t

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ use Apache::Test;
44
use Apache::TestRequest;
55
use FileHandle;
66

7-
plan tests => 1, need_module 'security3_module.c';
7+
plan tests => 1;
8+
#plan tests => 1, need_module 'src/apache_http_modsecurity.c';
9+
810

911
my $body = GET_BODY "/test.html";
1012
ok($body, qr/test/);

0 commit comments

Comments
 (0)