(root)/
strace-6.5/
tests-mx32/
unix-pair-sendto-recvfrom.test
#!/bin/sh
#
# Check decoding and dumping of sendto and recvfrom syscalls.
#
# Copyright (c) 2016-2018 The strace developers.
# All rights reserved.
#
# SPDX-License-Identifier: GPL-2.0-or-later

. "${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