strace/tests/dumpio.test

12 lines
208 B
Plaintext
Raw Normal View History

#!/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