Add more sys_socket tests
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
send foo
|
||||
recv foo
|
||||
@@ -0,0 +1,2 @@
|
||||
sendto bar
|
||||
recvfrom bar
|
||||
@@ -0,0 +1,3 @@
|
||||
listen sockname [AF_UNIX]: root/unixpeername.sock
|
||||
client peername [AF_UNIX]: root/unixpeername.sock
|
||||
client sockname [AF_UNIX]: (unnamed)
|
||||
@@ -0,0 +1,2 @@
|
||||
send ipsum
|
||||
recv ipsum
|
||||
@@ -0,0 +1,2 @@
|
||||
send lorem
|
||||
recvfrom lorem
|
||||
@@ -0,0 +1,2 @@
|
||||
child: ping
|
||||
parent: pong
|
||||
Reference in New Issue
Block a user