From: John Benediktsson Date: Wed, 27 Oct 2021 02:51:41 +0000 (-0700) Subject: io.sockets.unix: switch to port 8888. X-Git-Tag: 0.99~2243 X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=commitdiff_plain;h=8515fe960b5b0bfce158ad91e9141f07a2c5fcc4 io.sockets.unix: switch to port 8888. --- diff --git a/basis/io/sockets/unix/unix-tests.factor b/basis/io/sockets/unix/unix-tests.factor index e7176e6c09..ba5fbf7f68 100644 --- a/basis/io/sockets/unix/unix-tests.factor +++ b/basis/io/sockets/unix/unix-tests.factor @@ -3,7 +3,7 @@ tools.test ; IN: io.sockets.unix [ - T{ inet f "127.0.0.1" 5000 } binary [ ] with-client + T{ inet f "127.0.0.1" 8888 } binary [ ] with-client ] [ message>> "Connection refused" = ] must-fail-with