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