Dmitry V. Levin | 374dc48 | 2016-07-19 00:24:25 +0000 | [diff] [blame] | 1 | #!/bin/sh |
2 | |||||
3 | # Check decoding and dumping of send and recv syscalls. | ||||
4 | |||||
5 | . "${srcdir=.}/init.sh" | ||||
6 | |||||
7 | run_prog ./unix-pair-send-recv abcdefghijklmnopqrstuvwxyz | ||||
8 | run_strace -a32 -esignal=none -esend,recv -eread=0 -ewrite=0 $args | ||||
9 | match_diff | ||||
10 | |||||
11 | exit 0 |