X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Faggregate%2Flive_engine_response_headers.t;fp=t%2Flive_engine_response_headers.t;h=0d373c2880ae128d3e7c62d81e9599f7d116116c;hb=ae29b412955743885e80350085167b54b69672da;hp=1b374e492ec1b075c0a281cc1ea1ddedeb09f55c;hpb=e16a6c4e6c4d49e73b5286b3186616af14f3f554;p=catagits%2FCatalyst-Runtime.git diff --git a/t/live_engine_response_headers.t b/t/aggregate/live_engine_response_headers.t similarity index 98% rename from t/live_engine_response_headers.t rename to t/aggregate/live_engine_response_headers.t index 1b374e4..0d373c2 100644 --- a/t/live_engine_response_headers.t +++ b/t/aggregate/live_engine_response_headers.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';