diff scgi.t @ 241:a01a53bcbf11

Tests: remove unneeded TODOs.
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 26 Nov 2012 03:47:25 +0400
parents a7cc4371f4ad
children 6a0d934950bc
line wrap: on
line diff
--- a/scgi.t
+++ b/scgi.t
@@ -63,15 +63,9 @@ like(http_get('/'), qr/^3$/m, 'scgi thir
 
 unlike(http_head('/'), qr/SEE-THIS/, 'no data in HEAD');
 
-SKIP: {
-skip 'unsafe', 1 unless $ENV{TEST_NGINX_UNSAFE};
-local $TODO = 'not yet';
-
 like(http_get_headers('/headers'), qr/SEE-THIS/,
 	'scgi request with many ignored headers');
 
-}
-
 ###############################################################################
 
 sub http_get_headers {