Elliott Hughes | d35df49 | 2017-02-15 15:19:05 -0800 | [diff] [blame^] | 1 | #!/bin/sh |
2 | |||||
3 | # Check decoding and dumping of sendto and recvfrom syscalls. | ||||
4 | |||||
5 | . "${srcdir=.}/init.sh" | ||||
6 | |||||
7 | run_prog ./unix-pair-sendto-recvfrom abcdefghijklmnopqrstuvwxyz | ||||
8 | run_strace -esignal=none -esendto,recvfrom -eread=0 -ewrite=0 $args | ||||
9 | match_diff | ||||
10 | |||||
11 | exit 0 |