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_errors.t;fp=t%2Flive_engine_response_errors.t;h=b99140216ebaf84f24965a43445e477c73001da8;hp=1fb88429ce8f18c116359c366db211dfba78a09e;hb=ae29b412955743885e80350085167b54b69672da;hpb=e16a6c4e6c4d49e73b5286b3186616af14f3f554 diff --git a/t/live_engine_response_errors.t b/t/aggregate/live_engine_response_errors.t similarity index 98% rename from t/live_engine_response_errors.t rename to t/aggregate/live_engine_response_errors.t index 1fb8842..b991402 100644 --- a/t/live_engine_response_errors.t +++ b/t/aggregate/live_engine_response_errors.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 => 18; use Catalyst::Test 'TestApp';