summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2011-11-29 13:49:33 -0600
committerJesse Luehrs <doy@tozt.net>2011-11-29 13:49:33 -0600
commitbc2b0715c4ea2aa257cd3cf2f1b8c3fe3559cf47 (patch)
tree278f3ec6122c51cf96ae47ca26b373bd7da603ec
parentd93368f69fbfbea0dcc645a0da00e13d7394eb94 (diff)
downloadpackage-stash-bc2b0715c4ea2aa257cd3cf2f1b8c3fe3559cf47.tar.gz
package-stash-bc2b0715c4ea2aa257cd3cf2f1b8c3fe3559cf47.zip
this test needs to use the right implementation too
-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 };