blob: 0bd9a040fd29a3a165c2626a36203cc60161ea58 [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