X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fstream_test.t;h=5295d8b8a70df2196cb0580cedb667853b759d37;hb=219a0f7d0188d14ae4de9dab09a7612b9d6d97af;hp=38118feb3374583ed42f6b7b43b06d0f17642c99;hpb=1a0ea82a1487934f4d8a4bbc67138a148eb74b13;p=catagits%2FWeb-Simple.git diff --git a/t/stream_test.t b/t/stream_test.t index 38118fe..5295d8b 100644 --- a/t/stream_test.t +++ b/t/stream_test.t @@ -14,8 +14,6 @@ my $app = StreamTest->new; ok run_request( $app, GET 'http://localhost/' )->is_success; is run_request( $app, GET 'http://localhost/' )->content, "foo"; -done_testing; - sub run_request { my ( $app, $request ) = @_; my $c = HTTP::Request::AsCGI->new( $request )->setup;