Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
strace
/
304752e0d49253a8409118d948d31ef3a7b2bc6b
/
.
/
tests-mx32
/
unix-pair-sendto-recvfrom.test
blob: 21afe236d8834a95b360d12008f42c2984cd8c44 [
file
] [
log
] [
blame
]
#!/bin/sh
# Check decoding and dumping of sendto and recvfrom syscalls.
.
"${srcdir=.}/init.sh"
run_prog
./
unix
-
pair
-
sendto
-
recvfrom abcdefghijklmnopqrstuvwxyz
run_strace
-
esignal
=
none
-
esendto
,
recvfrom
-
eread
=
0
-
ewrite
=
0
$args
match_diff
exit
0