blob: 21afe236d8834a95b360d12008f42c2984cd8c44 [file] [log] [blame]
Elliott Hughesd35df492017-02-15 15:19:05 -08001#!/bin/sh
2
3# Check decoding and dumping of sendto and recvfrom syscalls.
4
5. "${srcdir=.}/init.sh"
6
7run_prog ./unix-pair-sendto-recvfrom abcdefghijklmnopqrstuvwxyz
8run_strace -esignal=none -esendto,recvfrom -eread=0 -ewrite=0 $args
9match_diff
10
11exit 0