X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flive_component_controller_action_streaming.t;h=6f1e48cb832de0266b7b9ccb88073c4840d9b9b9;hb=f04fdedae056296d0fa97fbdcaa85b9811ca6a5b;hp=68584a1a8034933c394d7cfbc9a3af766757162d;hpb=048f45ee23401c9f2fbe241639f2687c1e79f990;p=catagits%2FCatalyst-Runtime.git diff --git a/t/live_component_controller_action_streaming.t b/t/live_component_controller_action_streaming.t index 68584a1..6f1e48c 100644 --- a/t/live_component_controller_action_streaming.t +++ b/t/live_component_controller_action_streaming.t @@ -54,7 +54,7 @@ EOF skip "Using remote server", 5; } - my $file = "$FindBin::Bin/01use.t"; + my $file = "$FindBin::Bin/lib/TestApp/Controller/Action/Streaming.pm"; my $fh = IO::File->new( $file, 'r' ); my $buffer; if ( defined $fh ) {