changeset 1426:a8d18c2852ab

Tests: userid TODO adjusted, fix committed.
author Sergey Kandaurov <pluknet@nginx.com>
date Thu, 03 Jan 2019 00:18:32 +0300
parents 2f7d7953b2a8
children eb1d883305ea
files userid.t
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/userid.t
+++ b/userid.t
@@ -228,7 +228,7 @@ is(substr(uid_set(http_get('/service')),
 is(substr(uid_set(http_get('/ip6')), 0, 8), $addr, 'service ipv6');
 
 TODO: {
-local $TODO = 'not yet';
+local $TODO = 'not yet' unless $t->has_version('1.15.8');
 
 is(substr(uid_set(http_get('/unix')), 0, 8), "00000000", 'service unix');