X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flive_component_controller_action_streaming.t;fp=t%2Flive_component_controller_action_streaming.t;h=3adf4b4447540c3b8da6dc4f1215638408ee9a98;hb=a2e038a1e9cbc0f1ea32b7087e6b47efe3af082f;hp=c7e1c79a885a5c50e7fa1b49406f2aa5c5d63773;hpb=50cc3183118f1056427ab314b84b91fd0d9e1383;p=catagits%2FCatalyst-Runtime.git diff --git a/t/live_component_controller_action_streaming.t b/t/live_component_controller_action_streaming.t index c7e1c79..3adf4b4 100644 --- a/t/live_component_controller_action_streaming.t +++ b/t/live_component_controller_action_streaming.t @@ -4,7 +4,7 @@ use strict; use warnings; use FindBin; -use lib "$FindBin::Bin/../../../lib"; +use lib "$FindBin::Bin/lib"; our $iters; @@ -43,7 +43,7 @@ EOF skip "Using remote server", 4; } - my $file = "$FindBin::Bin/../../../../01use.t"; + my $file = "$FindBin::Bin/01use.t"; my $fh = IO::File->new( $file, 'r' ); my $buffer; if ( defined $fh ) {