Fix lib path
Tomas Doran [Thu, 18 Dec 2008 00:40:31 +0000 (00:40 +0000)]
t/aggregate/live_engine_response_print.t

index 85afc80..ad00ea3 100644 (file)
@@ -4,7 +4,7 @@ use strict;
 use warnings;
 
 use FindBin;
-use lib "$FindBin::Bin/lib";
+use lib "$FindBin::Bin/../lib";
 
 use Test::More tests => 9;
 use Catalyst::Test 'TestApp';