ugly message
[catagits/Catalyst-Runtime.git] / t / engine / response / errors.t
index 3cb4e42..0de1ca2 100644 (file)
@@ -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' );