diff fastcgi_body2.t @ 465:5a1f2e1ea6cd

Tests: fastcgi_body2.t TODO updated.
author Sergey Kandaurov <pluknet@nginx.com>
date Thu, 18 Sep 2014 16:56:34 +0400
parents 67f41a61307c
children 907e89fba9c3
line wrap: on
line diff
--- a/fastcgi_body2.t
+++ b/fastcgi_body2.t
@@ -81,7 +81,7 @@ EOF
 ###############################################################################
 
 TODO: {
-local $TODO = 'not yet';
+local $TODO = 'not yet' unless $t->has_version('1.7.6');
 
 like(http_get_length('/', 'x' x 102400), qr/X-Length: 102400/,
 	'body length - in file');