diff options
Diffstat (limited to 'tests/014')
-rw-r--r-- | tests/014/socket-misc.tl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/014/socket-misc.tl b/tests/014/socket-misc.tl new file mode 100644 index 00000000..39045c1d --- /dev/null +++ b/tests/014/socket-misc.tl @@ -0,0 +1,4 @@ +(load "../common") + +(with-stream (s (open-socket af-inet (logior sock-dgram sock-nonblock))) + (test (sock-listen s) t)) |