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