X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=contrib%2Fsb-bsd-sockets%2Ftests.lisp;h=c6c3c763c5837980e88ce97e4b4ef5099878cb14;hb=bb7c5beef3a2c45f0ff99f8038409dc4787aa295;hp=deb208f001aa358c11bc97949ae7e682f3f342c7;hpb=5ced9991d8fe72543245dbd84e87b7c1a1a3da00;p=sbcl.git diff --git a/contrib/sb-bsd-sockets/tests.lisp b/contrib/sb-bsd-sockets/tests.lisp index deb208f..c6c3c76 100644 --- a/contrib/sb-bsd-sockets/tests.lisp +++ b/contrib/sb-bsd-sockets/tests.lisp @@ -135,7 +135,7 @@ A fairly rudimentary test that connects to the syslog socket and sends a message. Priority 7 is kern.debug; you'll probably want to look at /etc/syslog.conf or local equivalent to find out where the message ended up ||# - +#-sunos (deftest simple-local-client (let ((s (make-instance 'local-socket :type :datagram))) (format t "~A~%" s)