blob: d4796514407fbab68115c84b22a7ea6efb183e37 [file] [log] [blame]
#!/bin/sh
# Check decoding of readv and writev syscalls.
. "${srcdir=.}/init.sh"
run_prog > /dev/null
run_strace -a16 -eread=0 -ewrite=1 -ereadv,writev $args > "$OUT"
match_diff "$LOG" "$OUT"
rm -f "$OUT"
exit 0