android13/external/strace/tests-mx32/unix-pair-sendto-recvfrom.test

12 lines
251 B
Plaintext
Raw Normal View History

2024-06-22 08:45:49 -04:00
#!/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