X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=t%2Faggregate%2Flive_engine_response_cookies.t;fp=t%2Flive_engine_response_cookies.t;h=5f2f2266c6605e7e2a428a5ad461af31615dd61e;hp=cffca3ac36b5ae1340af63ca02768d081db6325d;hb=ae29b412955743885e80350085167b54b69672da;hpb=e16a6c4e6c4d49e73b5286b3186616af14f3f554 diff --git a/t/live_engine_response_cookies.t b/t/aggregate/live_engine_response_cookies.t similarity index 98% rename from t/live_engine_response_cookies.t rename to t/aggregate/live_engine_response_cookies.t index cffca3a..5f2f226 100644 --- a/t/live_engine_response_cookies.t +++ b/t/aggregate/live_engine_response_cookies.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 => 15; use Catalyst::Test 'TestApp';