#!/bin/sh

# Check how dumpio works.

. "${srcdir=.}/init.sh"

run_prog ./unix-pair-send-recv abcdefghijklmnopqrstuvwxyz
run_strace -esignal=none -esendto,recvfrom -eread=0 -ewrite=0 $args
match_diff

exit 0