X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Faggregate%2Flive_engine_response_print.t;h=ad00ea3711d55125b53cfa4c9d772d8fbac5056d;hb=05b47f2e6357bc7f1622e6b2cf730ad5bbeb993f;hp=85afc805cc0658732d0fd1361873019208091724;hpb=77f23d2a797fdde1e4e8e21c6bdff58639144383;p=catagits%2FCatalyst-Runtime.git diff --git a/t/aggregate/live_engine_response_print.t b/t/aggregate/live_engine_response_print.t index 85afc80..ad00ea3 100644 --- a/t/aggregate/live_engine_response_print.t +++ b/t/aggregate/live_engine_response_print.t @@ -4,7 +4,7 @@ use strict; use warnings; use FindBin; -use lib "$FindBin::Bin/lib"; +use lib "$FindBin::Bin/../lib"; use Test::More tests => 9; use Catalyst::Test 'TestApp';