X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flib%2FTestApp%2FController%2FAction%2FStreaming.pm;h=ef475e4f8b2285a9e6b9a448f6c109771a49fb33;hb=4082e67814e85bc9820e56eb38e5e21511c0a5f8;hp=775eabae3cfb6fa5eaec6e58bd8be222064b4280;hpb=66741f94ac93b7ba0989db3556d0e3fe36c1be87;p=catagits%2FCatalyst-Runtime.git diff --git a/t/lib/TestApp/Controller/Action/Streaming.pm b/t/lib/TestApp/Controller/Action/Streaming.pm index 775eaba..ef475e4 100644 --- a/t/lib/TestApp/Controller/Action/Streaming.pm +++ b/t/lib/TestApp/Controller/Action/Streaming.pm @@ -17,7 +17,7 @@ EOF sub body : Local { my ( $self, $c ) = @_; - my $file = "$FindBin::Bin/../../../../01use.t"; + my $file = "$FindBin::Bin/01use.t"; my $fh = IO::File->new( $file, 'r' ); if ( defined $fh ) { $c->res->body( $fh );