summaryrefslogtreecommitdiffstats
path: root/t
diff options
context:
space:
mode:
Diffstat (limited to 't')
-rw-r--r--t/inc-hook.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/inc-hook.t b/t/inc-hook.t
index 9dd0742..a8deabb 100644
--- a/t/inc-hook.t
+++ b/t/inc-hook.t
@@ -3,6 +3,7 @@ use strict;
use warnings;
use Test::More;
use Test::Fatal;
+use lib 't/lib';
unshift @INC, sub { "some regex" =~ /match/; undef };