From 8515fe960b5b0bfce158ad91e9141f07a2c5fcc4 Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Tue, 26 Oct 2021 19:51:41 -0700 Subject: [PATCH] io.sockets.unix: switch to port 8888. --- basis/io/sockets/unix/unix-tests.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1