X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=blobdiff_plain;f=basis%2Fio%2Fsockets%2Fsockets-tests.factor;h=2cd28301810f33fc525de95c429701fc0be895c8;hp=3b98bed9eac12e8a71143b94d3535f6dda6ed134;hb=7290f87278b21b720d5550cbe4a835399c393811;hpb=0d57b1b43bcfbd6498745ec78be836c45233c6a0 diff --git a/basis/io/sockets/sockets-tests.factor b/basis/io/sockets/sockets-tests.factor index 3b98bed9ea..2cd2830181 100644 --- a/basis/io/sockets/sockets-tests.factor +++ b/basis/io/sockets/sockets-tests.factor @@ -37,8 +37,8 @@ os unix? [ ! Test present on addrspecs { "4.4.4.4:12" } [ "4.4.4.4" 12 present ] unit-test -{ "::1:12" } [ "::1" 12 present ] unit-test -{ "fe80::1%1:12" } [ "fe80::1" 1 12 inet6 boa present ] unit-test +{ "[::1]:12" } [ "::1" 12 present ] unit-test +{ "[fe80::1%1]:12" } [ "fe80::1" 1 12 inet6 boa present ] unit-test { B{ 1 2 3 4 } } [ "1.2.3.4" T{ inet4 } inet-pton ] unit-test