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_status.t;fp=t%2Flive_engine_response_status.t;h=a37c9b66bd294de885174f7af1401d7917c49696;hp=51f637384a8bc1d17d7dc1c2fb5aeda1208ab767;hb=ae29b412955743885e80350085167b54b69672da;hpb=e16a6c4e6c4d49e73b5286b3186616af14f3f554 diff --git a/t/live_engine_response_status.t b/t/aggregate/live_engine_response_status.t similarity index 98% rename from t/live_engine_response_status.t rename to t/aggregate/live_engine_response_status.t index 51f6373..a37c9b6 100644 --- a/t/live_engine_response_status.t +++ b/t/aggregate/live_engine_response_status.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 => 30; use Catalyst::Test 'TestApp';