changeset 465:5a1f2e1ea6cd

Tests: fastcgi_body2.t TODO updated.
author Sergey Kandaurov <pluknet@nginx.com>
date Thu, 18 Sep 2014 16:56:34 +0400
parents 5ec2caad00e8
children a64b4057189c
files fastcgi_body2.t
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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');