From: Sebastian Riedel Date: Mon, 11 Apr 2005 00:26:34 +0000 (+0000) Subject: ugly message X-Git-Tag: 5.7099_04~1560 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ece55428b46618884ec0e71359922fbb4213f3f0;hp=8ba781cdf4bbbd8ce92bd6f974ace50748aa8608;p=catagits%2FCatalyst-Runtime.git ugly message --- diff --git a/t/engine/response/errors.t b/t/engine/response/errors.t index 3cb4e42..0de1ca2 100644 --- a/t/engine/response/errors.t +++ b/t/engine/response/errors.t @@ -9,6 +9,8 @@ use lib "$FindBin::Bin/../../lib"; use Test::More no_plan => 1; use Catalyst::Test 'TestApp'; +close STDERR; # i'm naughty :) + { ok( my $response = request('http://localhost/engine/response/errors/one'), 'Request' ); ok( $response->is_error, 'Response Server Error 5xx' );