blob: 0d5010f7a7a9c66d0f4ad935f2cc50a13a20e9e1 [file] [log] [blame]
#!/bin/sh
# Check sendfile syscall decoding.
. "${srcdir=.}/init.sh"
run_prog > /dev/null
OUT="$LOG.out"
run_strace -a24 -esendfile $args > "$OUT"
match_diff "$LOG" "$OUT"
rm -f "$OUT"
exit 0