]> gitweb.factorcode.org Git - factor.git/commitdiff
io.sockets.unix: switch to port 8888.
authorJohn Benediktsson <mrjbq7@gmail.com>
Wed, 27 Oct 2021 02:51:41 +0000 (19:51 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Wed, 27 Oct 2021 02:51:41 +0000 (19:51 -0700)
basis/io/sockets/unix/unix-tests.factor

index e7176e6c0984f5baf2ea07c750ebb99f4c1a3426..ba5fbf7f6880ae2f19b78403bc4f58bc5c94f4d0 100644 (file)
@@ -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