changeset 136:b436d71bb41b

Tests: fastcgi large stderr fixed in 0.8.35.
author Maxim Dounin <mdounin@mdounin.ru>
date Thu, 01 Apr 2010 20:12:54 +0400
parents e7371b38cd2c
children 59021f2b2fd3
files fastcgi.t
diffstat 1 files changed, 0 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/fastcgi.t
+++ b/fastcgi.t
@@ -62,14 +62,8 @@ like(http_get('/'), qr/^3$/m, 'fastcgi t
 
 unlike(http_head('/'), qr/SEE-THIS/, 'no data in HEAD');
 
-TODO: {
-local $TODO = 'coredumps in 0.8.34';
-todo_skip $TODO, 1 unless $ENV{TEST_NGINX_UNSAFE};
-
 like(http_get('/stderr'), qr/SEE-THIS/, 'large stderr handled');
 
-}
-
 ###############################################################################
 
 sub fastcgi_daemon {