changeset 1490:8f79fac049df

Tests: adjusted perl.t TODO for not satisfiable range.
author Sergey Kandaurov <pluknet@nginx.com>
date Fri, 12 Jul 2019 18:27:10 +0300
parents 82be9398a9fa
children c2bbf805388d
files perl.t
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/perl.t
+++ b/perl.t
@@ -178,7 +178,7 @@ like(http(
 	'perl header_out content-length multipart');
 
 TODO: {
-local $TODO = 'not yet';
+local $TODO = 'not yet' unless $t->has_version('1.17.2');
 
 like(http(
 	'GET /range HTTP/1.0' . CRLF