# HG changeset patch # User Sergey Kandaurov # Date 1546463912 -10800 # Node ID a8d18c2852abaeb905351c8a318728678e3b405b # Parent 2f7d7953b2a88b47ce597b4b271decb8a52f0ba9 Tests: userid TODO adjusted, fix committed. diff --git a/userid.t b/userid.t --- 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');