]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/io/sockets/unix/unix-tests.factor
io.sockets.unix: switch to port 8888.
[factor.git] / 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