changeset 1709:9fac05e479fa

Tests: http_uri.t TODO adjusted.
author Sergey Kandaurov <pluknet@nginx.com>
date Tue, 29 Jun 2021 11:57:25 +0300
parents 7d133fc4619d
children f3de5730bc06
files http_uri.t
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/http_uri.t
+++ b/http_uri.t
@@ -77,7 +77,7 @@ like(http_get('http://localhost:8080?arg
 	'port args and frag');
 
 TODO: {
-local $TODO = 'not yet';
+local $TODO = 'not yet' unless $t->has_version('1.21.1');
 
 like(http_get('/ /'), qr/400 Bad/, 'space');