Make things run again with aggregation disabled.
[catagits/Catalyst-Runtime.git] / t / aggregate / unit_load_catalyst_test.t
index ffa5655..d3f30ee 100644 (file)
@@ -7,7 +7,7 @@ use FindBin;
 use lib         "$FindBin::Bin/lib";
 use Test::More  tests => 59;
 use FindBin qw/$Bin/;
-use lib "$Bin/lib";
+use lib "$Bin/../lib";
 use Catalyst::Utils;
 use HTTP::Request::Common;
 use Test::Exception;