X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=t%2Faggregate%2Flive_loop.t;fp=t%2Flive_loop.t;h=e7b59f9d494d96d34fd944b8de823daf40fd36e6;hp=34fea5f9b73baccb68267fc106f3a368f2940918;hb=ae29b412955743885e80350085167b54b69672da;hpb=e16a6c4e6c4d49e73b5286b3186616af14f3f554 diff --git a/t/live_loop.t b/t/aggregate/live_loop.t similarity index 94% rename from t/live_loop.t rename to t/aggregate/live_loop.t index 34fea5f..e7b59f9 100644 --- a/t/live_loop.t +++ b/t/aggregate/live_loop.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 => 3; use Catalyst::Test 'TestApp';