strace/tests/uio.test

12 lines
155 B
Plaintext
Raw Normal View History

#!/bin/sh
# Check how pread/pwrite and preadv/pwritev syscalls are traced.
. "${srcdir=.}/init.sh"
run_prog
run_strace -e%desc $args
match_grep
exit 0