Skip to content

Commit 3f61de1

Browse files
author
Felipe Zimmerle
committed
test: looking for configurations in the correct place
1 parent 6afb4de commit 3f61de1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

t/TEST

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#!/usr/bin/perl
22

33
use strict;
4+
use FindBin;
5+
use lib "$FindBin::RealBin/..";
46
use warnings FATAL => 'all';
57

68
use Apache::TestRun;

0 commit comments

Comments
 (0)