Default setup dont redirect STDERR
[catagits/HTTP-Request-AsCGI.git] / t / 05env.t
index c5c5351..c21c5cb 100644 (file)
--- a/t/05env.t
+++ b/t/05env.t
@@ -12,7 +12,6 @@ use HTTP::Request::AsCGI;
 my $r = HTTP::Request->new( GET => 'http://www.host.com/my/path/?a=1&b=2' );
 my $c = HTTP::Request::AsCGI->new($r);
 $c->stdout(undef);
-$c->stderr(undef);
 
 $c->setup;