Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
strace
/
fe1a225459e48dc6b8e34ac4aecf431899a33de6
/
.
/
tests
/
unix-pair-send-recv.test
blob: 4defdebb7da42b9c8c749e6dabe8693a4f06ff30 [
file
] [
log
] [
blame
]
#!/bin/sh
# Check decoding and dumping of send and recv syscalls.
.
"${srcdir=.}/init.sh"
run_prog
./
unix
-
pair
-
send
-
recv abcdefghijklmnopqrstuvwxyz
run_strace
-
a32
-
esignal
=
none
-
esend
,
recv
-
eread
=
0
-
ewrite
=
0
$args
match_diff
exit
0