blob: 020b97e95424ef3cc2e9c958699e1489a46537ff [file] [log] [blame]
Dmitry V. Levincc3d5912014-04-16 23:28:29 +00001#!/bin/sh
2
3# Check how pread/pwrite and preadv/pwritev syscalls are traced.
4
5. "${srcdir=.}/init.sh"
6
Dmitry V. Levin8f546642015-03-17 17:07:57 +00007run_prog
8run_strace -edesc $args
9match_grep
Dmitry V. Levincc3d5912014-04-16 23:28:29 +000010
11exit 0