]> gitweb.factorcode.org Git - factor.git/blob - basis/io/sockets/unix/unix-tests.factor
e7176e6c0984f5baf2ea07c750ebb99f4c1a3426
[factor.git] / basis / io / sockets / unix / unix-tests.factor
1 USING: accessors io.encodings.binary io.sockets kernel
2 tools.test ;
3 IN: io.sockets.unix
4
5 [
6     T{ inet f "127.0.0.1" 5000 } binary [ ] with-client
7 ] [
8     message>> "Connection refused" =
9 ] must-fail-with